chore(deps): update all non-major dependencies#3389
Merged
max-wittig merged 1 commit intomainfrom Apr 13, 2026
Merged
Conversation
c489711 to
a7dcd2a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v7.0.0→v7.0.1==1.4.2→==1.4.3==4.13.9→==4.13.10v4.13.9→v4.13.1043.104.4→43.111.0==1.20.0→==1.20.1==9.0.2→==9.0.33.12-alpine→3.14-alpine3.12-alpine→3.14-alpine==0.22.0→==0.23.1==6.0.12.20250915→==6.0.12.20260408==2.33.0.20260402→==2.33.0.20260408==82.0.0.20260402→==82.0.0.20260408Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers 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/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
pypa/build (build)
v1.4.3Compare Source
What's Changed
New Contributors
Full Changelog: pypa/build@1.4.2...1.4.3
commitizen-tools/commitizen (commitizen)
v4.13.10Compare Source
maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)
v43.111.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.111.0 for more changes
v43.110.17Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.17 for more changes
v43.110.16Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.16 for more changes
v43.110.15Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.15 for more changes
v43.110.14Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.14 for more changes
v43.110.13Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.13 for more changes
v43.110.12Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.12 for more changes
v43.110.11Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.11 for more changes
v43.110.10Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.10 for more changes
v43.110.9Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.9 for more changes
v43.110.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.8 for more changes
v43.110.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.7 for more changes
v43.110.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.6 for more changes
v43.110.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.5 for more changes
v43.110.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.4 for more changes
v43.110.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.3 for more changes
v43.110.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.2 for more changes
v43.109.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.5 for more changes
v43.109.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.4 for more changes
v43.109.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.3 for more changes
v43.109.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.2 for more changes
v43.109.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.1 for more changes
v43.109.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.0 for more changes
v43.108.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.108.1 for more changes
v43.108.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.108.0 for more changes
v43.106.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.106.0 for more changes
v43.104.10Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.104.10 for more changes
v43.104.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.104.8 for more changes
v43.104.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.104.7 for more changes
v43.104.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.104.6 for more changes
v43.104.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.104.5 for more changes
python/mypy (mypy)
v1.20.1Compare Source
dict.__or__typeshed change (Ivan Levkivskyi, PR 21186)type[T]in type calls (Shantanu, PR 21174)Anytyped variables (Shantanu, PR 21142)--warn-unused-configshould not be a strict flag (Ivan Levkivskyi, PR 21139)pytest-dev/pytest (pytest)
v9.0.3Compare Source
pytest 9.0.3 (2026-04-07)
Bug fixes
#12444: Fixed
pytest.approxwhich now correctly takes into account~collections.abc.Mappingkeys order to compare them.#13634: Blocking a
conftest.pyfile using the-p no:option is now explicitly disallowed.Previously this resulted in an internal assertion failure during plugin loading.
Pytest now raises a clear
UsageErrorexplaining that conftest files are not plugins and cannot be disabled via-p.#13734: Fixed crash when a test raises an exceptiongroup with
__tracebackhide__ = True.#14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.
#14343: Fixed use of insecure temporary directory (CVE-2025-71176).
Improved documentation
-pvsPYTEST_PLUGINSplugin loading and fixed an incorrect-pexample.capsysandcapfd) take precedence over the-s/--capture=nocommand-line options inAccessing captured output from a test function <accessing-captured-output>.pytest_collectionhook setssession.itemsbefore it callspytest_collection_finish, not after.Contributor-facing changes
#12689: The test reports are now published to Codecov from GitHub Actions.
The test statistics is visible on the web interface.
-- by
aleguy02lundberg/respx (respx)
v0.23.1Compare Source
Fixed
paramspattern to stop working under some conditions,by doing a strict detection of
ANYin multi items patterns (#313)CI
v0.23.0Compare Source
Fixed
datapattern with list value (#264)//in URL path by not usingurljoinwhenprepending path, thanks @lewiscollard and @Skeen (#302)
Anyto align with HTTPX, thanks @JacobHayes (#284)ANYinMuitiItemspatterns (#289)CI
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.