
This PR contains the following updates:
Note: Thepre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, insteadcreate a Discussion in the Renovate repository if you have any questions.
Release Notes
actions/checkout
Compare Source
actions/setup-python
Compare Source
What's Changed
In the scope of this patch release, the warning for deprecating Python 2.x was added inhttps://github.com/actions/setup-python/pull/675 by@dmitry-shibanov
For more information, check outhttps://github.com/actions/setup-python/issues/672
Full Changelog:actions/setup-python@v2...v2.3.4
commitizen-tools/commitizen
Compare Source
Feat
- add support for cargo workspaces
nedbat/coveragepy
Compare Source
Fix: reverted achange from 6.4.3 <pull 1347_>
_ that helped Cython, but
also increased the size of data files when using dynamic contexts, as
described in the now-fixedissue 1586
. The problem is now avoided due to a
recent 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
Compare Source
Learn more about this release from thechangelog.
pradyunsg/furo
Compare Source
maxbrunet/pre-commit-renovate
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.118.0 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.115.2 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.115.1 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.115.0 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.114.3 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.114.2 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.114.1 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.113.3 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.113.2 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.113.1 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.113.0 for more changes
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.112.0 for more changes
pre-commit/pre-commit
Compare Source
==================
Fixes
- Work around OS packagers setting
--install-dir
/--bin-dir
in gem settings.
pytest-dev/pytest
Compare Source
pytest 7.3.2 (2023-06-10)
Bug Fixes
- #10169: Fix bug where very long option names could cause pytest to break with
OSError: [Errno 36] File name too long
on some systems. - #10894: Support for Python 3.12 (beta at the time of writing).
- #10987:
testpaths
{.interpreted-text role="confval"} is now honored to load rootconftests
. - #10999: The [monkeypatch]{.title-ref} [setitem]{.title-ref}/[delitem]{.title-ref} type annotations now allow [TypedDict]{.title-ref} arguments.
- #11028: Fixed bug in assertion rewriting where a variable assigned with the walrus operator could not be used later in a function call.
- #11054: Fixed
--last-failed
's "(skipped N files)" functionality for files inside of packages (directories with [__init__.py]{.title-ref} files).
kvas-it/pytest-console-scripts
Compare Source
Removed
- Dropped support for Python 3.7
#72
Fixed
- Fix loading scripts with non-UTF-8 encodings.
#77 - Print output when a subprocess runner with
check=True
fails was missing.
#78
relekang/python-semantic-release
Compare Source
Fix
Compare Source
Fix
- Generate markdown linter compliant changelog headers & lists (#597) (
cc87400
)
Compare Source
Fix
- Open all files with explicit utf-8 encoding (#596) (
cb71f35
)
Compare Source
Fix
- Generate markdown linter compliant changelog headers & lists (#594) (
9d9d403
)
Compare Source
Feature
- Add option to only parse commits for current working directory (#509) (
cdf8116
)
python/typing_extensions
Compare Source
- Fix a regression introduced in v4.6.0 in the implementation of
runtime-checkable protocols. The regression meant
that doingclass Foo(X, typing_extensions.Protocol)
, whereX
was a class that
hadabc.ABCMeta
as its metaclass, would then cause subsequent
isinstance(1, X)
calls to erroneously raiseTypeError
. Patch by
Alex Waygood (backporting the CPythonhttps://github.com/python/cpython/pull/105152l/105152). - Sync the repository's LICENSE file with that of CPython.
typing_extensions
is distributed under the same license as
CPython itself. - Skip a problematic test on Python 3.12.0b1. The test fails on 3.12.0b1 due to
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. Getconfig help if that's undesired.
This PR has been generated byMend Renovate. View repository job loghere.
Uh oh!
There was an error while loading.Please reload this page.
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, insteadcreate 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 inhttps://github.com/actions/setup-python/pull/675 by@dmitry-shibanov
For more information, check outhttps://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 thechangelog.
pradyunsg/furo
v2023.5.20
Compare Source
maxbrunet/pre-commit-renovate
v35.118.0
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.118.0 for more changes
v35.115.2
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.115.2 for more changes
v35.115.1
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.115.1 for more changes
v35.115.0
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.115.0 for more changes
v35.114.3
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.114.3 for more changes
v35.114.2
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.114.2 for more changes
v35.114.1
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.114.1 for more changes
v35.113.3
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.113.3 for more changes
v35.113.2
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.113.2 for more changes
v35.113.1
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.113.1 for more changes
v35.113.0
Compare Source
Seehttps://github.com/renovatebot/renovate/releases/tag/35.113.0 for more changes
v35.112.0
Compare Source
Seehttps://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. Getconfig help if that's undesired.
This PR has been generated byMend Renovate. View repository job loghere.