Skip to content

Bump virtualenv from 21.7.3 to 21.7.4 - #143

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/virtualenv-21.7.4
Sep 1, 2026
Merged

Bump virtualenv from 21.7.3 to 21.7.4#143
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/virtualenv-21.7.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps virtualenv from 21.7.3 to 21.7.4.

Release notes

Sourced from virtualenv's releases.

21.7.4

What's Changed

Full Changelog: pypa/virtualenv@21.7.3...21.7.4

Changelog

Sourced from virtualenv's changelog.

Bugfixes - 21.7.4

  • Upgrade embedded wheels:

    • setuptools to 84.0.0 from 83.0.0 (:issue:3208)

v21.7.3 (2026-08-08)


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)

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

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 21.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 15:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 1, 2026

@senzingdevops senzingdevops left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions
github-actions Bot enabled auto-merge (squash) September 1, 2026 15:32
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

🤖 Claude Code Review

Code Review: Bump virtualenv 21.7.3 → 21.7.4

This is a single-line dependency version bump in pyproject.toml (dev dependency group). Reviewing against the checklist:

Code Quality

  • Style conventions: Change follows existing formatting in the development array (pyproject.toml:46).
  • No commented-out code
  • Meaningful variable names: N/A — no code, just a version pin.
  • DRY principle: N/A
  • Defects/bugs/security: No logic changes. This is a patch-level bump (21.7.3 → 21.7.4) of a dev-only tool (virtualenv), not a runtime dependency, so risk of breakage to base_mapper.py behavior is negligible.
  • CLAUDE.md review: .claude/CLAUDE.md is generic (project overview, dev commands, style/lint conventions) and contains nothing specific to a local developer's environment. No changes needed here, and this PR doesn't touch it.

Testing

  • N/A — no functional code changed, so no new unit/integration tests are expected. CI already runs pylint/pytest against 3.10–3.13 per CLAUDE.md, which will validate the bump.

Documentation

  • ✅ No README/API doc changes needed for a dev-dependency patch bump.
  • CHANGELOG.md not updated — if this repo maintains a CHANGELOG.md for dependency bumps, it isn't included in this diff. (Common for dependabot-style PRs to skip this; confirm this repo's convention before flagging as blocking.)
  • ✅ No markdown files changed, so CommonMark/prettier formatting is not applicable.

Security

  • ✅ No hardcoded credentials
  • ✅ No input validation concerns (build config only)
  • ✅ No error handling concerns
  • ✅ No sensitive data in logs
  • ✅ No .lic files or AQAAAD-prefixed strings present in this diff

Summary

Trivial, low-risk patch bump of a dev-only dependency (virtualenv). Nothing blocking. Only note is the missing CHANGELOG.md entry, which may or may not be this repo's convention for automated dependency bumps.

Automated code review analyzing defects and coding standards

@github-actions
github-actions Bot merged commit 054c58b into main Sep 1, 2026
12 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/virtualenv-21.7.4 branch September 1, 2026 15:34
@dependabot
dependabot Bot restored the dependabot/pip/virtualenv-21.7.4 branch September 1, 2026 15:35
@github-actions
github-actions Bot deleted the dependabot/pip/virtualenv-21.7.4 branch September 1, 2026 15:36
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.

2 participants