From 575caf9d90e9f667cc0b4bba8b9515d7187cff5f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 14 Aug 2025 10:49:45 +0000
Subject: [PATCH 1/2] Bump virtualenv from 20.33.1 to 20.34.0 (#11428)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.33.1 to
20.34.0.
Sourced from virtualenv's
releases. Full Changelog: https://github.com/pypa/virtualenv/compare/20.33.1...20.34.0 Sourced from virtualenv's
changelog. Features - 20.34.0 Bugfixes - 20.34.0
Release notes
20.34.0
What's Changed
@gaborbernat in
pypa/virtualenv#2943@esafak in pypa/virtualenv#2936@esafak in pypa/virtualenv#2946@esafak in pypa/virtualenv#2934FileCache from py_info by
@esafak in pypa/virtualenv#2947@esafak in pypa/virtualenv#2948@esafak in pypa/virtualenv#2949@esafak in pypa/virtualenv#2951PATH takes precedence over uv-managed
Pythons by @edgarrmondragon
in pypa/virtualenv#2952@pre-commit-ci[bot]
in pypa/virtualenv#2950@gaborbernat in
pypa/virtualenv#2953Changelog
v20.34.0 (2025-08-13)
- Abstract out caching in discovery - by :user:`esafak`.
Decouple `FileCache` from `py_info` (discovery) - by :user:`esafak`.
Remove references to py_info in FileCache - by :user:`esafak`.
Decouple discovery from creator plugins - by :user:`esafak`.
Decouple discovery by duplicating info utils - by :user:`esafak`.
(:issue:`2074`)
- Add PyPy 3.11 support. Contributed by :user:`esafak`. (:issue:`2932`)
25.2 from
25.1.1 - by :user:gaborbernat.
(:issue:2333)test_too_many_open_files, by
:user:esafak (:issue:2935)edgarrmondragon. (:issue:2952)a1ed8bb
release 20.34.09ef8512
Squash changelog entry for 20749b285ef
Bump pip to 25.2 (#2953)e45a509
[pre-commit.ci] pre-commit autoupdate (#2950)dfdae19
fix: Python in PATH takes precedence over uv-managed
Pythons (#2952)1f4c76e
refactor: Decouple discovery by duplicating info utils (#2951)c41da72
refactor: Decouple discovery from creator plugins (#2949)02ae86f
feat: Remove references to py_info from FileCache (#2948)03f4800
feat: Decouple FileCache from py_info (#2947)d280b76
CI: Add PyPy 3.11 to CI checks (#2934)Sourced from valkey's releases.
v6.1.1
What's Changed
- tests: Use fork instead of forkserver by
@bugantin valkey-io/valkey-py#174- build(deps): bump rojopolis/spellcheck-github-actions from 0.45.0 to 0.47.0 by
@dependabot[bot] in valkey-io/valkey-py#177- github: fix caching the docker images by
@mkmkmein valkey-io/valkey-py#176- chore: add kwargs type by
@SaidBySoloin valkey-io/valkey-py#186- Drop support for Python 3.8 and disable tests broken in 8.1.0..8.1.1 by
@mkmkmein valkey-io/valkey-py#193- fix: prevent RuntimeError in
asyncio.cluster.NodesManager.initialize()by@jakob-kellerin valkey-io/valkey-py#184- build(deps): bump rojopolis/spellcheck-github-actions from 0.47.0 to 0.48.0 by
@dependabot[bot] in valkey-io/valkey-py#192- Handle closing connection when event loop is closed by
@alisaifeein valkey-io/valkey-py#180- tests: use
sorted(...)instead of.sort()by@Kakadusin valkey-io/valkey-py#194- fix dependency
async-timeoutenv marker by@trim21in valkey-io/valkey-py#195- Fix redis links in README.md by
@IvanVasin valkey-io/valkey-py#196- build(deps): bump rojopolis/spellcheck-github-actions from 0.48.0 to 0.49.0 by
@dependabot[bot] in valkey-io/valkey-py#199- v6.1.1b1 by
@mkmkmein valkey-io/valkey-py#202- docs: fix OpenTelemetry documentation by
@mkmkmein valkey-io/valkey-py#203- Improve typing hints in valkey/connection.py by
@mkmkmein valkey-io/valkey-py#200- connection: reintroduce parse_url as a function in valkey.connection by
@mkmkmein valkey-io/valkey-py#206- build(deps): bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 by
@dependabot[bot] in valkey-io/valkey-py#207- Spelling by
@jsorefin valkey-io/valkey-py#204- 6.1.1b2 by
@bogdanp05in valkey-io/valkey-py#208- Documentation fixes by
@mkmkmein valkey-io/valkey-py#212- v6.1.1b3 by
@mkmkmein valkey-io/valkey-py#213- v6.1.1 by
@mkmkmein valkey-io/valkey-py#215New Contributors
@bugantmade their first contribution in valkey-io/valkey-py#174@SaidBySolomade their first contribution in valkey-io/valkey-py#186@jakob-kellermade their first contribution in valkey-io/valkey-py#184@alisaifeemade their first contribution in valkey-io/valkey-py#180@trim21made their first contribution in valkey-io/valkey-py#195@IvanVasmade their first contribution in valkey-io/valkey-py#196@jsorefmade their first contribution in valkey-io/valkey-py#204@bogdanp05made their first contribution in valkey-io/valkey-py#208Full Changelog: https://github.com/valkey-io/valkey-py/compare/v6.1.0...v6.1.1
v6.1.1b3
What's Changed
- Documentation fixes by
@mkmkmein valkey-io/valkey-py#212- v6.1.1b3 by
@mkmkmein valkey-io/valkey-py#213Full Changelog: https://github.com/valkey-io/valkey-py/compare/v6.1.1b2...v6.1.1b3
v6.1.1b2
What's Changed
- docs: fix OpenTelemetry documentation by
@mkmkmein valkey-io/valkey-py#203- Improve typing hints in valkey/connection.py by
@mkmkmein valkey-io/valkey-py#200- connection: reintroduce parse_url as a function in valkey.connection by
@mkmkmein valkey-io/valkey-py#206
... (truncated)
76a5e86
Merge pull request #215
from valkey-io/mkmkme/6.1.1c5f561b
v6.1.1af14d2c
Merge pull request #213
from valkey-io/mkmkme/v6.1.1b3b3c6507
v6.1.1b31af9f64
Merge pull request #212
from valkey-io/mkmkme/doc-fixes31d996f
commands: specify cluster mode in scan docstring02ec4b0
doc: Added link to Valkey Slack501a459
doc: fix minimum Python version46bb06e
Merge pull request #208
from valkey-io/bogdanp05/6.1.1b2ec38f0c
6.1.1b2