Skip to content

fix: update virtualenv requirement from <=21.0.0 to <=21.2.1#113

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/virtualenv-lte-21.2.1
Closed

fix: update virtualenv requirement from <=21.0.0 to <=21.2.1#113
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/virtualenv-lte-21.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Updates the requirements on virtualenv to permit the latest version.

Release notes

Sourced from virtualenv's releases.

21.2.1

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@21.2.0...21.2.1

Changelog

Sourced from virtualenv's changelog.

Bugfixes - 21.2.1

  • Upgrade embedded wheels:

    • setuptools to 82.0.1 from 82.0.0 (:issue:3093)
  • Use terminal width for help formatting instead of hardcoded 240. (:issue:3110)


v21.2.0 (2026-03-09)


Features - 21.2.0

  • Update embed wheel generator (tasks/upgrade_wheels.py) to include type annotations in generated output - by :user:rahuldevikar. (:issue:3075)

Bugfixes - 21.2.0

  • Pass --without-scm-ignore-files to subprocess venv on Python 3.13+ so virtualenv controls .gitignore creation, fixing flaky test_create_no_seed and --no-vcs-ignore being ignored in subprocess path - by :user:gaborbernat. (:issue:3089)
  • Use BASH_SOURCE[0] instead of $0 in the bash activate script relocation fallback, fixing incorrect PATH when sourcing the activate script from a different directory - by :user:gaborbernat. (:issue:3090)

v21.1.0 (2026-02-27)


Features - 21.1.0

  • Add comprehensive type annotations across the entire codebase and ship a PEP 561 py.typed marker so downstream consumers and type checkers recognize virtualenv as an inline-typed package - by :user:rahuldevikar. (:issue:3075)

v21.0.0 (2026-02-25)


Deprecations and Removals - 21.0.0

  • The Python discovery logic has been extracted into a standalone python-discovery package on PyPI (documentation <https://python-discovery.readthedocs.io/>_) and is now consumed as a dependency. If you previously imported discovery internals directly (e.g. from virtualenv.discovery.py_info import PythonInfo), switch to from python_discovery import PythonInfo. Backward-compatibility re-export shims are provided at virtualenv.discovery.py_info, virtualenv.discovery.py_spec, and virtualenv.discovery.cached_py_info, however these are considered unsupported and may be removed in a future release - by :user:gaborbernat.

... (truncated)

Commits
  • d1fc6e6 Release 21.2.1
  • 4136b51 fix(ci): check out repo in publish job for gh release notes (#3115)
  • d1decea fix(ci): persist git credentials in pre-release workflow (#3114)
  • 48e2110 👷 ci: fix setup-uv warnings and drop brew@3.9 (#3113)
  • d00c465 🐛 fix(nushell): surface actionable hint in deactivate error output (#3112)
  • 0a8c46a chore(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#3111)
  • f0bbe17 fix: use terminal width for help formatting instead of hardcoded 240 (#3110)
  • dfaa738 [pre-commit.ci] pre-commit autoupdate (#3109)
  • cc658da chore(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#3107)
  • f235373 Fix broken Installation link in README (#3106)
  • Additional commits viewable in compare view

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)

Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@1.2...21.2.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 21.2.1
  dependency-type: direct:development
...

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 Apr 10, 2026
@deepsource-io
Copy link
Copy Markdown
Contributor

deepsource-io Bot commented Apr 10, 2026

DeepSource Code Review

We reviewed changes in 75beeef...829e0a9 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Python Apr 10, 2026 1:06p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedvirtualenv@​21.0.0 ⏵ 21.2.197100100100100

View full report

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 14, 2026

Superseded by #114.

@dependabot dependabot Bot closed this Apr 14, 2026
@dependabot dependabot Bot deleted the dependabot/pip/virtualenv-lte-21.2.1 branch April 14, 2026 13:07
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.

0 participants