Skip to content

chore(deps): update all non-major dependencies #2833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.1 -> v4.1.3 age adoption passing confidence
actions/download-artifact action patch v4.1.4 -> v4.1.7 age adoption passing confidence
actions/upload-artifact action patch v4.3.1 -> v4.3.3 age adoption passing confidence
black (changelog) minor ==24.3.0 -> ==24.4.1 age adoption passing confidence
build (changelog) minor ==1.1.1 -> ==1.2.1 age adoption passing confidence
codecov/codecov-action action minor v4.1.1 -> v4.3.0 age adoption passing confidence
commitizen minor ==3.20.0 -> ==3.24.0 age adoption passing confidence
commitizen-tools/commitizen repository minor v3.20.0 -> v3.24.0 age adoption passing confidence
coverage minor ==7.4.4 -> ==7.5.0 age adoption passing confidence
maxbrunet/pre-commit-renovate repository minor 37.272.0 -> 37.321.2 age adoption passing confidence
mypy (source, changelog) minor ==1.9.0 -> ==1.10.0 age adoption passing confidence
pre-commit/mirrors-mypy repository minor v1.9.0 -> v1.10.0 age adoption passing confidence
psf/black repository minor 24.3.0 -> 24.4.1 age adoption passing confidence
python-semantic-release/python-semantic-release action minor v9.3.1 -> v9.5.0 age adoption passing confidence
sphinx (changelog) minor ==7.2.6 -> ==7.3.7 age adoption passing confidence
types-requests (changelog) patch ==2.31.0.20240311 -> ==2.31.0.20240406 age adoption passing confidence
types-setuptools (changelog) minor ==69.2.0.20240317 -> ==69.5.0.20240423 age adoption passing confidence
typing-extensions (changelog) minor ==4.10.0 -> ==4.11.0 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/checkout (actions/checkout)

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/download-artifact (actions/download-artifact)

v4.1.7

Compare Source

v4.1.6

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.5...v4.1.6

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.4...v4.1.5

actions/upload-artifact (actions/upload-artifact)

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

psf/black (black)

v24.4.1

Compare Source

Highlights
  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#​3822)
Stable style
  • Fix crash involving indented dummy functions containing newlines (#​4318)
Parser
  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13
    by PEP 696 (#​4327)
Integrations
  • Github Action now works even when git archive is skipped (#​4313)

v24.4.0

Compare Source

Stable style
  • Fix unwanted crashes caused by AST equivalency check (#​4290)
Preview style
  • if guards in case blocks are now wrapped in parentheses when the line is too long.
    (#​4269)
  • Stop moving multiline strings to a new line unless inside brackets (#​4289)
Integrations
  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the
    Black version from pyproject.toml. (#​4294)
pypa/build (build)

v1.2.1

Compare Source

==================

  • Avoid error when terminal width is undetectable on Python < 3.11
    (PR :pr:761)

v1.2.0

Compare Source

==================

  • Add --installer option, supporting pip and uv. Added uv
    extra.
    (PR :pr:751)
  • Improve console output and provide -v for dependency installation
    (PR :pr:749)
  • Avoid compiling unused bytecode when using pip
    (PR :pr:752)
  • Dropped support for Python 3.7
    (PR :pr:743)
codecov/codecov-action (codecov/codecov-action)

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

commitizen-tools/commitizen (commitizen)

v3.24.0

Compare Source

Feat
  • schemes: adds support for SemVer 2.0 (dot in pre-releases) (fix #​1025) (#​1072)

v3.23.0

Compare Source

Feat

v3.22.0

Compare Source

Feat
  • cli: add config option to specify config file path

v3.21.3

Compare Source

Refactor
  • defaults: move cz_conventional_commit defaults out of defaults.py

v3.21.2

Compare Source

Fix
  • commitizen/git.py,-tests/test_git.py: Resolve tempfile path spaces issue in git commit function

v3.21.1

Compare Source

Fix
  • command-init: "cz init" should list existing tag in reverse order

v3.21.0

Compare Source

Feat
  • commit: add retry_after_failure config option and --no-retry flag
Refactor
  • utils: convert git project root to posix path for backup file name
  • commit: use Optional[str] instead of str | None
  • commit: remove unused tempfile import
  • git-hooks: make git hooks use get_backup_file_path
  • utils: move backup path creation to utils
nedbat/coveragepy (coverage)

v7.5.0

Compare Source

  • Added initial support for function and class reporting in the HTML report.
    There are now three index pages which link to each other: files, functions,
    and classes. Other reports don't yet have this information, but it will be
    added in the future where it makes sense. Feedback gladly accepted!

  • Other HTML report improvements:

    • There is now a "hide covered" checkbox to filter out 100% files, finishing
      issue 1384_.

    • The index page is always sorted by one of its columns, with clearer
      indications of the sorting.

    • The "previous file" shortcut key didn't work on the index page, but now it
      does, fixing issue 1765_.

  • The debug output showing which configuration files were tried now shows
    absolute paths to help diagnose problems where settings aren't taking effect,
    and is renamed from "attempted_config_files" to the more logical
    "config_files_attempted."

  • Python 3.13.0a6 is supported.

.. _issue 1384:https://github.com/nedbat/coveragepy/issues/13844
.. _issue 1765https://github.com/nedbat/coveragepy/issues/176565

.. _changes_7-4-4:

maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)

v37.321.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.321.2 for more changes

v37.321.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.321.1 for more changes

v37.321.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.321.0 for more changes

v37.320.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.320.1 for more changes

v37.320.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.320.0 for more changes

v37.319.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.319.2 for more changes

v37.319.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.319.1 for more changes

v37.319.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.319.0 for more changes

v37.318.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.318.1 for more changes

v37.318.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.318.0 for more changes

v37.316.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.316.2 for more changes

v37.316.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.316.0 for more changes

v37.315.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.315.1 for more changes

v37.315.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.315.0 for more changes

v37.314.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.314.0 for more changes

v37.313.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.313.1 for more changes

v37.313.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.313.0 for more changes

v37.311.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.311.0 for more changes

v37.310.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.310.1 for more changes

v37.310.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.310.0 for more changes

v37.309.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.309.0 for more changes

v37.308.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.308.0 for more changes

v37.306.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.306.1 for more changes

v37.306.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.306.0 for more changes

v37.305.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.305.0 for more changes

v37.304.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.304.0 for more changes

v37.303.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.303.2 for more changes

v37.303.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.303.1 for more changes

v37.302.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.302.0 for more changes

v37.301.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.301.6 for more changes

v37.301.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.301.5 for more changes

v37.301.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.301.4 for more changes

v37.301.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.301.3 for more changes

v37.301.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.301.1 for more changes

v37.300.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.300.1 for more changes

v37.296.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.296.0 for more changes

v37.286.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.286.0 for more changes

v37.284.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.284.1 for more changes

v37.278.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.278.0 for more changes

v37.277.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.277.0 for more changes

v37.276.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.276.0 for more changes

v37.275.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.275.0 for more changes

v37.274.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.274.0 for more changes

v37.273.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.273.0 for more changes

python/mypy (mypy)

v1.10.0

Compare Source

pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)

v1.10.0

Compare Source

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v9.5.0

Compare Source

Build
Feature
  • feat: extend support to on-prem GitHub Enterprise Server (#​896)

  • test(github): adjust init test to match the Enterprise Server api url

  • feat(github): extend support to on-prem GitHub Enterprise Server

    Resolves: #​895 (4fcb737)

v9.4.2

Compare Source

Build
  • build(deps-dev): update furo requirement from ~=2023.3 to ~=2024.1 (#​878)

Updates the requirements on furo to permit the latest version.


updated-dependencies:

  • dependency-name: furo
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (8954628)

  • build(deps): update rich requirement from ~=12.5 to ~=13.0 (#​877)

Updates the requirements on rich to permit the latest version.

Resolves: #​888

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (4a22a8c)

Ci
  • ci(stalebot): add permission to delete its own cache (34260fb)

  • ci(stalebot): bump api operations from 200 -> 400 allowed

since our repo has around 100 issues, each validation takes a minimum of 2
operations, leaving actual stale actions with very little ability to change
things. Bumping this up will allow stalebot to action tickets on time in
relation to our repository size. (f280a71)

Fix
  • fix(hvcs): allow insecure http connections if configured (#​886)

  • fix(gitlab): allow insecure http connections if configured

  • test(hvcs-gitlab): fix tests for clarity & insecure urls

  • test(conftest): refactor netrc generation into common fixture

  • refactor(hvcsbase): remove extrenous non-common functionality

  • fix(gitea): allow insecure http connections if configured

  • test(hvcs-gitea): fix tests for clarity & insecure urls

  • refactor(gitlab): adjust init function signature

  • fix(github): allow insecure http connections if configured

  • test(hvcs-github): fix tests for clarity & insecure urls

  • fix(bitbucket): allow insecure http connections if configured

  • test(hvcs-bitbucket): fix tests for clarity & insecure urls

  • fix(config): add flag to allow insecure connections

  • fix(version-cmd): handle HTTP exceptions more gracefully

  • style(hvcs): resolve typing issues & mimetype executions

  • test(cli-config): adapt default token test for env resolution

  • test(changelog-cmd): isolate env & correct the expected api url

  • test(fixtures): adapt repo builder for new hvcs init() signature

  • style: update syntax for 3.8 compatiblity & formatting

  • docs(configuration): update remote settings section with missing values

    Resolves: #​868

  • style(docs): improve configuration & api readability (db13438)

  • fix(hvcs): prevent double url schemes urls in changelog (#​676)

  • fix(hvcs): prevent double protocol scheme urls in changelogs

    Due to a typo and conditional stripping of the url scheme the
    hvcs_domain and hvcs_api_domain values would contain protocol schemes
    when a user specified one but the defaults would not. It would cause
    the api_url and remote_url to end up as "https://https://domain.com"

  • fix(bitbucket): correct url parsing & prevent double url schemes

  • fix(gitea): correct url parsing & prevent double url schemes

  • fix(github): correct url parsing & prevent double url schemes

  • fix(gitlab): correct url parsing & prevent double url schemes

  • test(hvcs): ensure api domains are derived correctly


Co-authored-by: codejedi365 <codejedi365@​gmail.com> (5cfdb24)

Style
Test
  • test(changelog): convert test fixtures to use local tz rather than utc (#​887) (f2caba7)

v9.4.1

Compare Source

Build
Fix
  • fix(gh-actions-output): fixed trailing newline to match GITHUB_OUTPUT format (#​885)

  • test(gh-actions-output): fix unit tests to manage proper whitespace

    tests were adjusted for clarity and to replicate error detailed in #​884.

  • fix(gh-actions-output): fixed trailing newline to match GITHUB_OUTPUT format

    Resolves: #​884 (2c7b6ec)

Style

v9.4.0

Compare Source

Build
  • build(deps-dev): bump responses from 0.24 to 0.25.0 (#​842)

Bumps responses from 0.24 to 0.25.0.


updated-dependencies:

  • dependency-name: responses
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (a1b2af6)

  • build(deps-build): resolve build deps versions for python3.12 (075daa4)

  • build(deps-dev): bump responses from 0.23.3 to 0.24.1 (9210933)

  • build(deps-dev): bump sphinxcontrib-apidoc from 0.3.0 to 0.5.0 (69f163b)

  • build(deps-dev): bump sphinx-autobuild from 2021.03.14 to 2024.2.4 (9d30877)

  • build(deps-dev): update pytest-cov requirement from ~=4.0 to ~=5.0 (#​873)

Updates the requirements on pytest-cov to permit the latest version.


updated-dependencies:

  • dependency-name: pytest-cov
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (2ca6459)

  • build(deps-dev): bump ruff from 0.3.3 to 0.3.4 (#​872)

Bumps ruff from 0.3.3 to 0.3.4.


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (6d7df6d)

Chore
  • chore(stalebot): refactor to use CI action for stale issue/pr evaluation (a352050)
Ci
  • ci(github): always update base env packages pip, setuptools, wheel (4748435)
Feature
  • feat(gitea): derives gitea api domain from base domain when unspecified (#​675)

  • test(gitea): add test of custom server path & custom api domain

  • feat(gitea): derives gitea api domain from base domain when unspecified

  • refactor(hvcs-gitea): uniformly handle protocol prefixes


Co-authored-by: codejedi365 <codejedi365@​gmail.com> (2ee3f8a)

Style
  • style: beautify 2ee3f8a (8b4fd3e)

  • style(deps): improve readability & flexibility of dependencies (8fdd582)

sphinx-doc/sphinx (sphinx)

v7.3.7

Compare Source

=====================================

Bugs fixed

  • #​12299: Defer loading themes defined via entry points until
    their explicit use by the user or a child theme.
    Patch by Adam Turner.
  • #​12305: Return the default value for theme.get_config() with
    an unsupported theme configuration section.
    Patch by Adam Turner.

v7.3.6

Compare Source

=====================================

Bugs fixed

  • #​12295: Re-export all AST types in the C and C++ domains.
    Patch by Adam Turner.
  • #​12295: Re-export various objects from sphinx.domains.python._annotations
    in sphinx.domains.python.
    Patch by Jacob Chesslo and Adam Turner.

v7.3.5

Compare Source

=====================================

Bugs fixed

  • #​12295: Re-export various objects from sphinx.domains.python._object
    in sphinx.domains.python.
    Patch by Jacob Chesslo and Adam Turner.

v7.3.4

Compare Source

=====================================

Bugs fixed

  • Handle cases when Any is not an instance of type.
    Patch by Adam Turner.

v7.3.3

Compare Source

==


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ba2970e to 7ace2e6 Compare April 9, 2024 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 312c3f8 to 15c6019 Compare April 17, 2024 22:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8d8489d to 3987e4d Compare April 19, 2024 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 2403bd8 to c82a9d7 Compare April 24, 2024 11:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5278180 to d483c9c Compare April 25, 2024 08:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d483c9c to 467c922 Compare April 25, 2024 09:17
Copy link
Contributor Author

renovate bot commented Apr 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@JohnVillalovos JohnVillalovos merged commit d9aaa99 into main Apr 25, 2024
17 checks passed
@JohnVillalovos JohnVillalovos deleted the renovate/all-minor-patch branch April 25, 2024 14:55
@nejch
Copy link
Member

nejch commented Apr 25, 2024

Ah thanks @JohnVillalovos I forgot to reassign 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants