chore(deps): update all non-major dependencies#2565
Merged
Conversation
e5efceb to
b4758cc
Compare
73ca4c8 to
b8194df
Compare
69fa2f2 to
74b5bdc
Compare
2 tasks
c3f1907 to
62a8f0c
Compare
a627724 to
80f0c25
Compare
affffb8 to
64df8b0
Compare
b9293bd to
abff2c2
Compare
abff2c2 to
4c3c49d
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
nejch
approved these changes
Jun 15, 2023
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:
v3.5.2->v3.5.3v2.3.3->v2.3.4==3.2.2->==3.3.0v3.2.2->v3.3.0==7.2.6->==7.2.7v4.0.0->v4.0.1==2023.3.27->==2023.5.2035.111.0->35.118.0==3.3.2->==3.3.3==7.3.1->==7.3.2==1.4.0->==1.4.1v7.33.5->v7.34.4==2.31.0.0->==2.31.0.1==4.6.2->==4.6.3Note: 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/checkout
v3.5.3Compare Source
actions/setup-python
v2.3.4Compare 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.0Compare Source
Feat
nedbat/coveragepy
v7.2.7Compare 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.1Compare Source
Learn more about this release from the changelog.
pradyunsg/furo
v2023.5.20Compare Source
maxbrunet/pre-commit-renovate
v35.118.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.118.0 for more changes
v35.115.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.115.2 for more changes
v35.115.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.115.1 for more changes
v35.115.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.115.0 for more changes
v35.114.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.114.3 for more changes
v35.114.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.114.2 for more changes
v35.114.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.114.1 for more changes
v35.113.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.113.3 for more changes
v35.113.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.113.2 for more changes
v35.113.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.113.1 for more changes
v35.113.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.113.0 for more changes
v35.112.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/35.112.0 for more changes
pre-commit/pre-commit
v3.3.3Compare Source
==================
Fixes
--install-dir/--bin-dirin gem settings.pytest-dev/pytest
v7.3.2Compare Source
pytest 7.3.2 (2023-06-10)
Bug Fixes
OSError: [Errno 36] File name too longon 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.1Compare Source
Removed
#72
Fixed
#77
check=Truefails was missing.#78
relekang/python-semantic-release
v7.34.4Compare Source
Fix
9e3eb97)v7.34.3Compare Source
Fix
cc87400)v7.34.2Compare Source
Fix
cb71f35)v7.34.1Compare Source
Fix
9d9d403)v7.34.0Compare Source
Feature
cdf8116)python/typing_extensions
v4.6.3Compare Source
runtime-checkable protocols. The regression meant
that doing
class Foo(X, typing_extensions.Protocol), whereXwas a class thathad
abc.ABCMetaas 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_extensionsis distributed under the same license asCPython itself.
a bug in CPython, which will be fixed in 3.12.0b2. The
typing_extensionstest 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.