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:
23.7.0
->23.9.1
==1.1.2
->==1.1.3
==0.17.3
->==0.18.0
==0.24.1
->==0.25.0
==1.27.1.4
->==1.28.1.4
1.5.0
->1.5.1
7.4.0
->7.4.2
4.8.0
->4.11.3
Release Notes
psf/black (black)
v23.9.1
Compare Source
Due to various issues, the previous release (23.9.0) did not include compiled mypyc
wheels, which make Black significantly faster. These issues have now been fixed, and
this release should come with compiled wheels once again.
There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.
Packaging
Performance
decreasing the size of the cache (#3877)
v23.9.0
Compare Source
Preview style
if sys.version_info > (3, x):
) and a function definition on the same level (#3862)Configuration
Performance
IPython
if notebook cells do not contain magics (#3782)Blackd
blackd
with single character input (#3558)Integrations
official pre-commit mirror. Swapping
https://github.com/psf/black
tohttps://github.com/psf/black-pre-commit-mirror
inyour
.pre-commit-config.yaml
will make Black about 2x faster (#3828).black.env
folder specified byENV_PATH
will now be removed on the completionof the GitHub Action (#3759)
agronholm/exceptiongroup (exceptiongroup)
v1.1.3
Compare Source
encode/httpcore (httpcore)
v0.18.0
Compare Source
sni_hostname
extension with SOCKS proxy. (#774)Extensions
fromMapping[Str, Any]
toMutableMapping[Str, Any]
. (#762)encode/httpx (httpx)
v0.25.0
Compare Source
Removed
Added
Extensions
fromMapping[Str, Any]
toMutableMapping[Str, Any]
. (#2803)socket_options
argument tohttpx.HTTPTransport
andhttpx.AsyncHTTPTransport
classes. (#2716)Response.raise_for_status()
method now returns the response instance. For example:data = httpx.get('...').raise_for_status().json()
. (#2776)Fixed
500
error response instead of exceptions whenraise_app_exceptions=False
is set onASGITransport
. (#2669)WSGITransport
environs have aSERVER_PROTOCOL
. (#2708)%2F
in query parameters (#2723)httpstatuses.com
for HTTP error reference (#2768)python/mypy (mypy)
v1.5.1
Compare Source
pytest-dev/pytest (pytest)
v7.4.2
: pytest 7.4.2 (2023-09-07)Compare Source
Bug Fixes
#11237: Fix doctest collection of
functools.cached_property
objects.#11306: Fixed bug using
--importmode=importlib
which would cause package__init__.py
files to be imported more than once in some cases.#11367: Fixed bug where
user_properties
where not being saved in the JUnit XML file if a fixture failed during teardown.#11394: Fixed crash when parsing long command line arguments that might be interpreted as files.
Improved Documentation
v7.4.1
: pytest 7.4.1 (2023-09-02)Compare Source
Bug Fixes
#10337: Fixed bug where fake intermediate modules generated by
--import-mode=importlib
would not include thechild modules as attributes of the parent modules.
#10702: Fixed error assertion handling in
pytest.approx
whenNone
is an expected or received value when comparing dictionaries.#10811: Fixed issue when using
--import-mode=importlib
together with--doctest-modules
that caused modulesto be imported more than once, causing problems with modules that have import side effects.
tox-dev/tox (tox)
v4.11.3
Compare Source
What's Changed
base_python
path by @Tbruno25 in https://github.com/tox-dev/tox/pull/3122New Contributors
Full Changelog: tox-dev/tox@4.11.2...4.11.3
v4.11.2
Compare Source
What's Changed
config.rst
left over from #3111 by @posita in https://github.com/tox-dev/tox/pull/3120New Contributors
Full Changelog: tox-dev/tox@4.11.1...4.11.2
v4.11.1
Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.11.0...4.11.1
v4.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.10.0...4.11.0
v4.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.9.0...4.10.0
v4.9.0
Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.8.0...4.9.0
Configuration
📅 Schedule: Branch creation - "after 1am and before 2am on saturday" in timezone Etc/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.