Skip to content

Commit 09b39a3

Browse files
Bump virtualenv from 20.30.0 to 20.36.1
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.30.0 to 20.36.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.30.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16c60e2 commit 09b39a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# uv pip compile requirements.dev.in --output-file=requirements.dev.txt
33
cfgv==3.3.1
44
# via pre-commit
5-
coverage==7.8.0
5+
coverage[toml]==7.8.0
66
# via -r requirements.dev.in
77
distlib==0.3.9
88
# via virtualenv
99
factory-boy==3.2.0
1010
# via -r requirements.dev.in
1111
faker==9.3.1
1212
# via factory-boy
13-
filelock==3.18.0
13+
filelock==3.20.3
1414
# via virtualenv
1515
identify==2.3.0
1616
# via pre-commit
@@ -56,5 +56,5 @@ types-urllib3==1.26.7
5656
# via types-requests
5757
typing-extensions==4.13.2
5858
# via mypy
59-
virtualenv==20.30.0
59+
virtualenv==20.36.1
6060
# via pre-commit

0 commit comments

Comments
 (0)