chore(deps): update all non-major dependencies #2565
Merged
+27
−22
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:
v3.5.2
->v3.5.3
v2.3.3
->v2.3.4
==3.2.2
->==3.3.0
v3.2.2
->v3.3.0
==7.2.6
->==7.2.7
v4.0.0
->v4.0.1
==2023.3.27
->==2023.5.20
35.111.0
->35.118.0
==3.3.2
->==3.3.3
==7.3.1
->==7.3.2
==1.4.0
->==1.4.1
v7.33.5
->v7.34.4
==2.31.0.0
->==2.31.0.1
==4.6.2
->==4.6.3
Note: The
pre-commit
manager in Renovate is not supported by thepre-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
v3.5.3
Compare Source
actions/setup-python
v2.3.4
Compare Source
What's Changed
In the scope of this patch release, the warning for deprecating Python 2.x was added in https://github.com/actions/setup-python/pull/675 by @dmitry-shibanov
For more information, check out https://github.com/actions/setup-python/issues/672
Full Changelog: actions/setup-python@v2...v2.3.4
commitizen-tools/commitizen
v3.3.0
Compare Source
Feat
nedbat/coveragepy
v7.2.7
Compare Source
Fix: reverted a
change from 6.4.3 <pull 1347_>
_ that helped Cython, butalso increased the size of data files when using dynamic contexts, as
described in the now-fixed
issue 1586
. The problem is now avoided due to arecent change (
issue 1538
). Thanks toAnders Kaseorg <pull 1629_>
_and David Szotten for persisting with problem reports and detailed diagnoses.
Wheels are now provided for CPython 3.12.
.. _issue 1586:https://github.com/nedbat/coveragepy/issues/15866
.. _pull 1629https://github.com/nedbat/coveragepy/pull/162929
.. _changes_7-2-6:
dessant/lock-threads
v4.0.1
Compare Source
Learn more about this release from the changelog.
pradyunsg/furo
v2023.5.20
Compare Source
maxbrunet/pre-commit-renovate
v35.118.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.118.0 for more changes
v35.115.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.115.2 for more changes
v35.115.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.115.1 for more changes
v35.115.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.115.0 for more changes
v35.114.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.114.3 for more changes
v35.114.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.114.2 for more changes
v35.114.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.114.1 for more changes
v35.113.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.113.3 for more changes
v35.113.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.113.2 for more changes
v35.113.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.113.1 for more changes
v35.113.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.113.0 for more changes
v35.112.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.112.0 for more changes
pre-commit/pre-commit
v3.3.3
Compare Source
==================
Fixes
--install-dir
/--bin-dir
in gem settings.pytest-dev/pytest
v7.3.2
Compare Source
pytest 7.3.2 (2023-06-10)
Bug Fixes
OSError: [Errno 36] File name too long
on some systems.testpaths
{.interpreted-text role="confval"} is now honored to load rootconftests
.--last-failed
's "(skipped N files)" functionality for files inside of packages (directories with [__init__.py]{.title-ref} files).kvas-it/pytest-console-scripts
v1.4.1
Compare Source
Removed
#72
Fixed
#77
check=True
fails was missing.#78
relekang/python-semantic-release
v7.34.4
Compare Source
Fix
9e3eb97
)v7.34.3
Compare Source
Fix
cc87400
)v7.34.2
Compare Source
Fix
cb71f35
)v7.34.1
Compare Source
Fix
9d9d403
)v7.34.0
Compare Source
Feature
cdf8116
)python/typing_extensions
v4.6.3
Compare Source
runtime-checkable protocols. The regression meant
that doing
class Foo(X, typing_extensions.Protocol)
, whereX
was a class thathad
abc.ABCMeta
as its metaclass, would then cause subsequentisinstance(1, X)
calls to erroneously raiseTypeError
. Patch byAlex Waygood (backporting the CPythonhttps://github.com/python/cpython/pull/105152l/105152).
typing_extensions
is distributed under the same license asCPython itself.
a bug in CPython, which will be fixed in 3.12.0b2. The
typing_extensions
test suite now passes on 3.12.0b1.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.
This PR has been generated by Mend Renovate. View repository job log here.