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:
==24.4.2
->==24.10.0
==5.3.3
->==5.5.0
==3.3.2
->==3.4.1
==3.14.0
->==3.16.1
==2.19.0
->==2.24.0
==2.130.0
->==2.159.0
==2.29.0
->==2.37.0
==1.63.0
->==1.66.0
==2.5.36
->==2.6.5
==3.7
->==3.10
==1.4.0
->==1.6.0
==1.8.0
->==1.9.1
==24.0
->==24.2
==4.2.2
->==4.3.6
==3.7.1
->==3.8.0
==1.23.0
->==1.25.0
==2.4.0
->==2.5.0
==2.18.0
->==2.19.1
==3.1.2
->==3.2.1
==8.2.1
->==8.3.4
==13.7.1
->==13.9.4
==0.12.5
->==0.13.2
==4.66.4
->==4.67.1
==0.12.3
->==0.15.1
Release Notes
psf/black (black)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
v24.8.0
Compare Source
Stable style
# fmt: off
is used before a closing parenthesis or bracket. (#4363)Packaging
linked. This improves the PyPI listing for Black. (#4345)
Parser
multiline string (#4339)
(#4401)
\{
inside f-strings very well (#4422)(#4423)
Performance
.gitignore
(#4415)Blackd
tkem/cachetools (cachetools)
v5.5.0
Compare Source
===================
TTLCache.expire()
returns iterable of expired(key, value)
pairs.
TLRUCache.expire()
returns iterable of expired(key, value)
pairs.
Documentation improvements.
Update CI environment.
v5.4.0
Compare Source
===================
Add the
keys.typedmethodkey
decorator.Deprecate
MRUCache
class.Deprecate
@func.mru_cache
decorator.Update CI environment.
jawah/charset_normalizer (charset-normalizer)
v3.4.1
Compare Source
Changed
pyproject.toml
instead ofsetup.cfg
using setuptools as the build backend.Added
Removed
build-requirements.txt
as per usingpyproject.toml
native build configuration.bin/integration.py
andbin/serve.py
in favor of downstream integration test (see noxfile).setup.cfg
in favor ofpyproject.toml
metadata configuration.utils.range_scan
function.Fixed
utf_8
instead of preferredutf-8
. (#572)v3.4.0
Compare Source
Added
--no-preemptive
in the CLI to prevent the detector to search for hints.Fixed
tox-dev/py-filelock (filelock)
v3.16.1
Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.16.0...3.16.1
v3.16.0
Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.15.4...3.16.0
v3.15.4
Compare Source
What's Changed
file_lock
as positional argument by @kwist-sgr in https://github.com/tox-dev/filelock/pull/347Full Changelog: tox-dev/filelock@3.15.3...3.15.4
v3.15.3
Compare Source
What's Changed
TypeError: _CountedFileLock.__init__() got an unexpected keyword argument 'timeout'
by @kwist-sgr in https://github.com/tox-dev/filelock/pull/345Full Changelog: tox-dev/filelock@3.15.2...3.15.3
v3.15.2
Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/filelock@3.15.1...3.15.2
v3.15.1
Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.15.0...3.15.1
v3.15.0
Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/filelock@3.14.0...3.15.0
googleapis/python-api-core (google-api-core)
v2.24.0
Compare Source
Features
v2.23.0
Compare Source
Features
v2.22.0
Compare Source
Features
Bug Fixes
Any
decode error (#712) (0d5ed37)v2.21.0
Compare Source
Features
Bug Fixes
v2.20.0
Compare Source
Features
v2.19.2
Compare Source
Bug Fixes
rpc_status
module (#680) (7ccbf57)v2.19.1
Compare Source
Bug Fixes
googleapis/google-api-python-client (google-api-python-client)
v2.159.0
Compare Source
Features
Bug Fixes
v2.158.0
Compare Source
Features
v2.157.0
Compare Source
Features
Bug Fixes
v2.156.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - "after 8pm every weekday,before 8am every weekday,every weekend" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.