Skip to content

Bump virtualenv from 21.7.9 to 21.7.11 - #77

Merged
bradymholt merged 1 commit into
mainfrom
dependabot/pip/virtualenv-21.7.11
Sep 24, 2026
Merged

bradymholt merged 1 commit into
mainfrom
dependabot/pip/virtualenv-21.7.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor

Bumps virtualenv from 21.7.9 to 21.7.11.

Release notes

Sourced from virtualenv's releases.

21.7.11

What's Changed

Full Changelog: pypa/virtualenv@21.7.10...21.7.11

21.7.10

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@21.7.9...21.7.10

Changelog

Sourced from virtualenv's changelog.

Bugfixes - 21.7.11

  • Running activate.bat again before deactivate no longer makes deactivate leave the environment's PKG_CONFIG_PATH, TCL_LIBRARY and TK_LIBRARY behind, or lose values the user had set before the first activation - by :user:darrenhuai. (:issue:3245)
  • Write pyvenv.cfg values on a single line, so a prompt carrying a line boundary can no longer inject configuration. --prompt, the VIRTUALENV_PROMPT environment variable and the config file all set the prompt, and pyvenv.cfg has no escape syntax, so a newline, a carriage return, or any other boundary str.splitlines recognizes, such as U+2028, started a new configuration line. Reading the file back picked up those lines as keys, and since the last value for a key wins, they replaced anything written earlier, including home. (:issue:3247)

Improved Documentation - 21.7.11

  • Document the policy for AI-assisted contributions and the licensing rules for dependencies. (:issue:3239)

Misc - 21.7.11

  • :issue:3238, :issue:3240, :issue:3241, :issue:3242, :issue:3243, :issue:3244, :issue:3246

v21.7.10 (2026-09-15)


Bugfixes - 21.7.10

  • Skip blank lines, # comments and lines without = in pyvenv.cfg instead of raising ValueError - by :user:r3wretrhy. (:issue:3232)
  • deactivate in bash, fish and PowerShell unsets PKG_CONFIG_PATH when activation found it unset, instead of keeping the environment's lib/pkgconfig. csh activation no longer drops a PKG_CONFIG_PATH the user had set. Activation in batch, fish, nushell and PowerShell no longer adds a trailing separator when PKG_CONFIG_PATH is unset, and PowerShell and nushell build the value with the host's path separators - by :user:darrenhuai. (:issue:3233)
  • Activation in bash, csh, fish and PowerShell keeps the user's TCL_LIBRARY and TK_LIBRARY, and deactivate restores them. csh and PowerShell removed both variables on every activation, fish did so when the interpreter has tcl, and bash kept the environment's value after deactivate when the variable was unset before - by :user:darrenhuai. (:issue:3234)

v21.7.9 (2026-09-09)


Commits
  • 73e352a release 21.7.11
  • 68ee5a3 📝 docs(readme): add OpenSSF Best Practices badge (#3248)
  • 787d1c9 🔧 chore(test): add opt-in Atheris fuzz harness (#3246)
  • a30f995 🐛 fix(create): keep pyvenv.cfg values on a single line (#3247)
  • 469dd28 🐛 fix(activation): undo a live activation before activate.bat saves values (#...
  • a045a14 👷 ci: run macOS jobs on macos-26 (#3244)
  • 7c1991e 🐛 fix(ci): mark real-shell activation tests as slow (#3243)
  • 13ed8cc 🐛 fix(ci): parallelize graalpy tests, recover crashed workers (#3240)
  • e13bb21 👷 ci: harden Scorecard-scored checks in CI (#3241)
  • 18a239d 👷 ci(release): attest and sign release provenance (#3242)
  • 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 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)

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

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 21.7.11
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 Sep 24, 2026
@dependabot
dependabot Bot requested a review from bradymholt as a code owner September 24, 2026 17:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 24, 2026
@bradymholt
bradymholt merged commit 5262f24 into main Sep 24, 2026
6 checks passed
@bradymholt
bradymholt deleted the dependabot/pip/virtualenv-21.7.11 branch September 24, 2026 17:15
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