Skip to content

Bump virtualenv from 21.0.0 to 21.1.0#465

Merged
docktermj merged 1 commit into
mainfrom
dependabot/pip/virtualenv-21.1.0
Mar 23, 2026
Merged

Bump virtualenv from 21.0.0 to 21.1.0#465
docktermj merged 1 commit into
mainfrom
dependabot/pip/virtualenv-21.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps virtualenv from 21.0.0 to 21.1.0.

Release notes

Sourced from virtualenv's releases.

21.1.0

What's Changed

Full Changelog: pypa/virtualenv@21.0.0...21.1.0

Changelog

Sourced from virtualenv's changelog.

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)


Commits

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)

Resolves #3076
Resolves pypa/virtualenv#3076

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Python programming language labels Mar 23, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 23, 2026 01:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Python programming language labels Mar 23, 2026
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

Code Review

Summary

This PR bumps virtualenv from 21.0.0 to 21.1.0 in pyproject.toml.


Code Quality

Style guide - Single-line change follows project conventions.

No commented-out code - N/A.

Meaningful variable names - N/A.

DRY principle - N/A.

Defects - No bugs or logic errors. This is a straightforward dependency version bump.

CLAUDE.md - No issues with project configuration.


Testing

Unit/integration tests - No new code logic; dependency update does not require new tests.


Documentation

README - No update needed for a dev-only dependency bump.

API docs - N/A.

CHANGELOG.md - Not updated, but this is a minor dev dependency bump (automated Dependabot-style update) and is acceptable.


Security

No hardcoded credentials - N/A.

Input validation - N/A.

No sensitive data - N/A.

No license files - N/A.


Verdict

Approved. This is a clean, minimal dependency update for a development tool (virtualenv is in the development extras group — pyproject.toml:48). No concerns.

Automated code review analyzing defects and coding standards

@github-actions
Copy link
Copy Markdown

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/senzing
  szengineflags.py
  szerror.py
Project Total  

This report was generated by python-coverage-comment-action

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

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/virtualenv-21.1.0 branch from e16b8b4 to eb0fd2f Compare March 23, 2026 01:55
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

Code Review

Summary

This PR bumps virtualenv from 21.0.0 to 21.1.0 in pyproject.toml.


Code Quality

  • Style guide: Single-line change follows project conventions.
  • No commented-out code
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects: No bugs or logic errors. This is a straightforward dependency version bump in the development extras group, meaning it only affects local dev environments — not production consumers of the senzing package.

Testing

  • Unit/integration tests: No tests required for a dependency version bump.
  • Test coverage: N/A

Documentation

  • README: No update needed.
  • API docs: No update needed.
  • CHANGELOG.md: Dependency bumps of development-only tools are typically not user-facing changes; no CHANGELOG entry required.
  • Markdown formatting: N/A

Security

  • No hardcoded credentials
  • No license files (.lic / AQAAAD strings)
  • No sensitive data

Verdict: APPROVE ✅

Clean, minimal change. virtualenv 21.1.0 is a patch/minor release in the development dependency group and poses no risk to consumers of the published package.

Automated code review analyzing defects and coding standards

@docktermj docktermj merged commit 778c12c into main Mar 23, 2026
67 checks passed
@docktermj docktermj deleted the dependabot/pip/virtualenv-21.1.0 branch March 23, 2026 13:25
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 Python programming language

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants