chore(deps): update python dependencies #3663
Open
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:
==2024.7.4→==2024.12.14==0.3.7→==0.4.0==3.20.1→==3.20.3==1.0.5→==1.1.2==2023.7.4→==2023.12.1==3.9.1→==3.11.0==3.3.3→==3.8.0==6.2.0→==6.4.0==1.16.0→==1.17.0==20.26.6→==20.36.1Release Notes
certifi/python-certifi (certifi)
v2024.12.14Compare Source
v2024.8.30Compare Source
pypa/distlib (distlib)
v0.4.0Compare Source
v0.3.9Compare Source
v0.3.8Compare Source
tox-dev/py-filelock (filelock)
v3.20.3Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.20.2...3.20.3
v3.20.2Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/filelock@3.20.1...3.20.2
msgpack/msgpack-python (msgpack)
v1.1.2Compare Source
=====
Release Date: 2025-10-08
This release does not change source code. It updates only building wheels:
v1.1.1Compare Source
=====
Release Date: 2025-06-13
v1.1.0Compare Source
=====
Release Date: 2024-09-10
PyLong_*instead ofPyInt_*for compatibility withfuture Cython. (#620)
v1.0.8Compare Source
=====
Release Date: 2024-03-01
Unpackerobject on Python 3.12.v1.0.7Compare Source
=====
Release Date: 2023-09-28
setup.pydoesn't skip build error of extension module. (#568)v1.0.6Compare Source
=====
Release Date: 2023-09-21
.. note::
v1.0.6 Wheels for Windows don't contain extension module.
Please upgrade to v1.0.7 or newer.
pypa/pipenv (pipenv)
v2023.12.1Compare Source
======================
Bug Fixes
v2023.12.0Compare Source
=============================
Bug Fixes
v2023.11.17Compare Source
==============================
Bug Fixes
#​6008 <https://github.com/pypa/pipenv/issues/6008>_#​6021 <https://github.com/pypa/pipenv/issues/6021>_#​6056 <https://github.com/pypa/pipenv/issues/6056>_Vendored Libraries
v2023.11.15Compare Source
==============================
Bug Fixes
2023.11.14#​6017 <https://github.com/pypa/pipenv/issues/6017>_v2023.11.14Compare Source
==============================
Bug Fixes
2023.11.14#​6017 <https://github.com/pypa/pipenv/issues/6017>_v2023.10.24Compare Source
=======================
Features & Improvements
#​5987 <https://github.com/pypa/pipenv/issues/5987>_Bug Fixes
#​5988 <https://github.com/pypa/pipenv/issues/5988>Vendored Libraries
#​5986 <https://github.com/pypa/pipenv/issues/5986>_23.3.1#​5991 <https://github.com/pypa/pipenv/issues/5991>_v2023.10.20Compare Source
=======================
Features & Improvements
#​5966 <https://github.com/pypa/pipenv/issues/5966>_#​5979 <https://github.com/pypa/pipenv/issues/5979>_Behavior Changes
--pyto useprintpreventing insertion of newline characters#​5969 <https://github.com/pypa/pipenv/issues/5969>_Vendored Libraries
#​5970 <https://github.com/pypa/pipenv/issues/5970>_Removals and Deprecations
#​5879 <https://github.com/pypa/pipenv/issues/5879>_v2023.10.3Compare Source
======================
Bug Fixes
#​5934 <https://github.com/pypa/pipenv/issues/5934>_#​5941 <https://github.com/pypa/pipenv/issues/5941>_v2023.9.8Compare Source
=====================
Bug Fixes
#​5926 <https://github.com/pypa/pipenv/issues/5926>_v2023.9.7Compare Source
=====================
Features & Improvements
Updates build to use exclusively
pyproject.tomlModernizes the build process by consolidating all of
setuptoolsmetadata withinpyproject.tomland removing deprecatedsetup.cfgandsetup.py.#​5837 <https://github.com/pypa/pipenv/issues/5837>_Bug Fixes
#​5887 <https://github.com/pypa/pipenv/issues/5887>_#​5905 <https://github.com/pypa/pipenv/issues/5905>_#​5919 <https://github.com/pypa/pipenv/issues/5919>_--skip-lock.#​5920 <https://github.com/pypa/pipenv/issues/5920>_More proactively determine package name from the pip line where possible, fallback to the existing file scanning logics when unable to determine name.
#​5921 <https://github.com/pypa/pipenv/issues/5921>_v2023.9.1Compare Source
Features & Improvements
Bug Fixes
v2023.8.28Compare Source
Bug Fixes
Handle additional edge cases in the setup.py ast parser logic for trying to determine local install package name. #5885
v2023.8.26Compare Source
Bug Fixes
v2023.8.25Compare Source
Bug Fixes
v2023.8.23Compare Source
Bug Fixes
v2023.8.22Compare Source
Bug Fixes
ssh://vcs URLs introduced in2023.8.21whereby ssh vcs URLs are expected to have at least one@symbol. #5846v2023.8.21Compare Source
Bug Fixes
ssh://vcs URLs introduced in2023.8.21whereby ssh vcs URLs are expected to have at least one@symbol. #5846v2023.8.20Compare Source
Bug Fixes
versioncommand. #5838v2023.8.19Compare Source
Bug Fixes
2023.8.19#5841Vendored Libraries
v2023.7.23Compare Source
Features & Improvements
pip==23.2which includes everything from the pip changelog. Drops the "install_compatatability_finder" pip internals patch. #5808Bug Fixes
PIPENV_RESOLVER_PARENT_PYTHONenvironment variable to 1 (useful for internal debugging). #5809pythonfinder==2.0.5. #5812Vendored Libraries
2023.7.11 (2023-07-11)
Bug Fixes
v2023.7.11Compare Source
What's Changed
Full Changelog: pypa/pipenv@v2023.7.9...v2023.7.11
v2023.7.9Compare Source
Bug Fixes
requirementscommand related to standard index extras and handling of local file requirements. #5784tox-dev/platformdirs (platformdirs)
v3.11.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@3.10.0...3.11.0
v3.10.0Compare Source
What's Changed
site_runtime_dirby @kemzeb in platformdirs#212Full Changelog: tox-dev/platformdirs@3.9.1...3.10.0
pre-commit/pre-commit (pre-commit)
v3.8.0Compare Source
==================
Features
language: rso environments are recreated ifthe system version of R changes.
v3.7.1Compare Source
==================
Fixes
language: rustdefault language version check whenrust-toolchain.tomlis present.
v3.7.0Compare Source
==================
Features
dockeranddocker_imagehooks when--coloris specified.Fixes
fail_fastfor individual hooks stopping when previous hooks had failed.Updating
fail_fastwas fixed. If you want the pre-3.7.0behaviour, add
fail_fast: trueto all hooks before the lastfail_fasthook.
v3.6.2Compare Source
==================
Fixes
git commit --all.v3.6.1Compare Source
==================
Fixes
PYTHONEXECUTABLEfrom environment when running.v3.6.0Compare Source
==================
Features
minimum_pre_commit_versionfirst when parsing configs.Fixes
importlib.resources.Updating
v3.5.0Compare Source
==================
Features
check-hooks-applyandcheck-useless-excludes.Fixes
time.monotonic()for more accurate hook timing.Updating
language: nodehooks.v3.4.0Compare Source
==================
Features
language: haskell.Fixes
redis/redis-py (redis)
v6.4.0: 6.4.0Compare Source
Changes
🚀 New Features
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@htemelski-redis @elena-kolevska @petyaslavova @vladvildanov
v6.3.0: 6.3.0Compare Source
Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@robertosantamaria-scopely @mahigupta @alisaifee @tzongw @earonesty @IlianIliev @ofekshenawa @andy-stark-redis @AmirHossein81Gholami @mharding-hpe @git-hulk @ngabhanenetskope @terencehonles @ManelCoutinhoSensei @petyaslavova @vladvildanov
benjaminp/six (six)
v1.17.0Compare Source
Pull request #388: Remove
URLopenerandFancyURLopenerclasses fromurllib.requestwhen running on Python 3.14 or greater.Pull request #365, issue #283:
six.moves.UserDictnow points toUserDict.IterableUserDictinstead ofUserDict.UserDicton Python 2.pypa/virtualenv (virtualenv)
v20.36.1Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.36.0...20.36.1
v20.36.0Compare Source
What's Changed
errno.EMFILEinstead ofstrerrorby @pltrz in #3001--pythonflag. by @rahuldevikar in #3008New Contributors
Full Changelog: pypa/virtualenv@20.35.3...20.36.0
v20.35.4Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.35.3...20.35.4
v20.35.3Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.35.1...20.35.3
v20.35.2Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.35.1...20.35.2
v20.35.1Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.34.0...20.35.1
v20.35.0Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.34.0...20.35.0
v20.34.0Compare Source
What's Changed
FileCachefrompy_infoby @esafak in #2947PATHtakes precedence over uv-managed Pythons by @edgarrmondragon in #2952Full Changelog: pypa/virtualenv@20.33.1...20.34.0
v20.33.1Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.33.0...20.33.1
v20.33.0Compare Source
What's Changed
@pytest.mark.flakyinstead of@flaky.flakyby @mgorny in #2911--try-first-withwas overriding an absolute--pythonpath by @esafak in #2921Full Changelog: pypa/virtualenv@20.32.0...20.33.0
v20.32.0Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "before 9am 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 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.