Skip to content

chore(deps-dev): bump virtualenv from 20.34.0 to 20.36.1#27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/virtualenv-20.36.1
Open

chore(deps-dev): bump virtualenv from 20.34.0 to 20.36.1#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/virtualenv-20.36.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 13, 2026

Bumps virtualenv from 20.34.0 to 20.36.1.

Release notes

Sourced from virtualenv's releases.

20.36.1

What's Changed

Full Changelog: pypa/virtualenv@20.36.0...20.36.1

20.36.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.35.3...20.36.0

20.35.4

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.35.3...20.35.4

20.35.3

... (truncated)

Changelog

Sourced from virtualenv's changelog.

v20.36.1 (2026-01-09)

Bugfixes - 20.36.1

- Fix TOCTOU vulnerabilities in app_data and lock directory creation that could be exploited via symlink attacks - reported by :user:`tsigouris007`, fixed by :user:`gaborbernat`. (:issue:`3013`)

v20.36.0 (2026-01-07)

Features - 20.36.0

  • Add support for PEP 440 version specifiers in the --python flag. Users can now specify Python versions using operators like >=, <=, ~=, etc. For example: virtualenv --python=">=3.12" myenv . (:issue:2994`)

v20.35.4 (2025-10-28)

Bugfixes - 20.35.4

- Fix race condition in ``_virtualenv.py`` when file is overwritten during import, preventing ``NameError`` when ``_DISTUTILS_PATCH`` is accessed - by :user:`gracetyy`. (:issue:`2969`)
- Upgrade embedded wheels:
  • pip to 25.3 from 25.2 (:issue:2989)

v20.35.3 (2025-10-10)

Bugfixes - 20.35.3

  • Accept RuntimeError in test_too_many_open_files, by :user:esafak (:issue:2935)

v20.35.2 (2025-10-10)

Bugfixes - 20.35.2

- Revert out changes related to the extraction of the discovery module - by :user:`gaborbernat`. (:issue:`2978`)

v20.35.1 (2025-10-09)

Bugfixes - 20.35.1

  • Patch get_interpreter to handle missing cache and app_data - by :user:esafak (:issue:2972)
  • Fix backwards incompatible changes to PythonInfo - by :user:gaborbernat. (:issue:2975)

v20.35.0 (2025-10-08)

Features - 20.35.0

... (truncated)

Commits
  • d0ad11d release 20.36.1
  • dec4cec Merge pull request #3013 from gaborbernat/fix-sec
  • 5fe5d38 release 20.36.0 (#3011)
  • 9719376 release 20.36.0
  • 0276db6 Add support for PEP 440 version specifiers in the --python flag. (#3008)
  • 4f900c2 Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1 (#3...
  • 13afcc6 fix: resolve EncodingWarning in tox upgrade environment (#3007)
  • 31b5d31 [pre-commit.ci] pre-commit autoupdate (#2997)
  • 7c28422 fix: update filelock dependency version to 3.20.1 to fix CVE CVE-2025-68146 (...
  • 365628c test_too_many_open_files: assert on errno.EMFILE instead of strerror (#3001)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.34.0 to 20.36.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.34.0...20.36.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.36.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 13, 2026
@dependabot dependabot Bot requested a review from iamapsrajput as a code owner January 13, 2026 20:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 13, 2026
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check failure

Code scanning / Trivy

starlette: Starlette DoS via Range header merging High

Package: starlette
Installed Version: 0.47.3
Vulnerability CVE-2025-62727
Severity: HIGH
Fixed Version: 0.49.1
Link: CVE-2025-62727
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check failure

Code scanning / Trivy

urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion High

Package: urllib3
Installed Version: 2.5.0
Vulnerability CVE-2025-66418
Severity: HIGH
Fixed Version: 2.6.0
Link: CVE-2025-66418
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check failure

Code scanning / Trivy

urllib3: urllib3 Streaming API improperly handles highly compressed data High

Package: urllib3
Installed Version: 2.5.0
Vulnerability CVE-2025-66471
Severity: HIGH
Fixed Version: 2.6.0
Link: CVE-2025-66471
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check failure

Code scanning / Trivy

nbconvert: nbconvert: Arbitrary code execution via malicious SVG to PDF conversion on Windows High

Package: nbconvert
Installed Version: 7.16.6
Vulnerability CVE-2025-53000
Severity: HIGH
Fixed Version: 7.17.0
Link: CVE-2025-53000
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check failure

Code scanning / Trivy

aiohttp: AIOHTTP&#39;s HTTP Parser auto_decompress feature is vulnerable to zip bomb High

Package: aiohttp
Installed Version: 3.12.15
Vulnerability CVE-2025-69223
Severity: HIGH
Fixed Version: 3.13.3
Link: CVE-2025-69223
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check notice

Code scanning / Trivy

A vulnerability, which was classified as problematic, was found in PyT ... Low

Package: torch
Installed Version: 2.7.1
Vulnerability CVE-2025-3730
Severity: MEDIUM
Fixed Version: 2.8.0
Link: CVE-2025-3730
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check notice

Code scanning / Trivy

aiohttp: aiohttp: Request smuggling via non-ASCII characters in HTTP parser Low

Package: aiohttp
Installed Version: 3.12.15
Vulnerability CVE-2025-69224
Severity: LOW
Fixed Version: 3.13.3
Link: CVE-2025-69224
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check notice

Code scanning / Trivy

aiohttp: aiohttp: Request smuggling vulnerability via non-ASCII decimals in Range header Low

Package: aiohttp
Installed Version: 3.12.15
Vulnerability CVE-2025-69225
Severity: LOW
Fixed Version: 3.13.3
Link: CVE-2025-69225
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check notice

Code scanning / Trivy

aiohttp: aiohttp: Information disclosure of path components via static file path normalization Low

Package: aiohttp
Installed Version: 3.12.15
Vulnerability CVE-2025-69226
Severity: LOW
Fixed Version: 3.13.3
Link: CVE-2025-69226
Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

Check notice

Code scanning / Trivy

aiohttp: aiohttp: Denial of Service via specially crafted invalid cookies Low

Package: aiohttp
Installed Version: 3.12.15
Vulnerability CVE-2025-69230
Severity: LOW
Fixed Version: 3.13.3
Link: CVE-2025-69230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant