Skip to content

Commit 931c779

Browse files
Bump virtualenv from 21.0.0 to 21.1.0 (#2244)
* Bump virtualenv from 21.0.0 to 21.1.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix build errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Janousek <alex.janousek@gsa.gov>
1 parent 1dfafb7 commit 931c779

File tree

2 files changed

+25
-37
lines changed

2 files changed

+25
-37
lines changed

poetry.lock

Lines changed: 22 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@ markupsafe = "^3.0.3"
6565
pycparser = "^3.0"
6666
python-dateutil = "^2.9.0.post0"
6767
pyyaml = "^6.0.3"
68-
s3transfer = "^0.13.1"
68+
s3transfer = "^0.16.0"
6969
six = "^1.16.0"
7070
urllib3 = "^2.6.3"
7171
webencodings = "^0.5.1"
7272
itsdangerous = "^2.2.0"
7373
jinja2 = "^3.1.6"
7474
redis = "^6.4.0"
7575
requests = "^2.32.5"
76-
virtualenv = "^21.0.0"
76+
virtualenv = "^21.1.0"
7777
marshmallow-enum = "^1.5.1"
78-
awscli = "^1.40.36"
78+
awscli = "^1.44.38"
7979
typing-extensions = "^4.15.0"
8080
aiohttp = "^3.13.3"
8181
pytest = "^9.0.2"

0 commit comments

Comments
 (0)