Skip to content

Commit affe8ed

Browse files
DEV: Bump virtualenv from 20.27.0 to 20.36.1 (#3597)
* Bump virtualenv from 20.27.0 to 20.36.1 in /requirements Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.27.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.27.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Update filelock version in dev requirements Upgrade filelock package version from 3.19.1 to 3.20.3. Yes, this breaks Python 3.9 support for development if installing from this requirements file, but we want sane/secure defaults. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan <[email protected]>
1 parent df1b91d commit affe8ed

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

requirements/dev.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ docutils==0.20.1
2222
# via flit
2323
exceptiongroup==1.2.2
2424
# via pytest
25-
filelock==3.20.1
25+
filelock==3.20.3
2626
# via virtualenv
2727
flit==3.11.0
28-
# via -r requirements/dev.in
28+
# via -r dev.in
2929
flit-core==3.11.0
3030
# via flit
3131
identify==2.6.1
@@ -43,23 +43,23 @@ packaging==24.1
4343
# build
4444
# pytest
4545
pillow==11.3.0
46-
# via -r requirements/dev.in
46+
# via -r dev.in
4747
pip-tools==7.4.1
48-
# via -r requirements/dev.in
48+
# via -r dev.in
4949
platformdirs==4.3.6
5050
# via virtualenv
5151
pluggy==1.5.0
5252
# via pytest
5353
pre-commit==3.5.0
54-
# via -r requirements/dev.in
54+
# via -r dev.in
5555
pyproject-hooks==1.2.0
5656
# via
5757
# build
5858
# pip-tools
5959
pytest==8.3.3
6060
# via pytest-cov
6161
pytest-cov==5.0.0
62-
# via -r requirements/dev.in
62+
# via -r dev.in
6363
pyyaml==6.0.2
6464
# via pre-commit
6565
requests==2.32.4
@@ -72,13 +72,15 @@ tomli==2.0.2
7272
# pytest
7373
tomli-w==1.0.0
7474
# via flit
75+
typing-extensions==4.15.0
76+
# via virtualenv
7577
urllib3==2.6.3
7678
# via requests
77-
virtualenv==20.27.0
79+
virtualenv==20.36.1
7880
# via pre-commit
7981
wheel==0.44.0
8082
# via
81-
# -r requirements/dev.in
83+
# -r dev.in
8284
# pip-tools
8385
zipp==3.20.2
8486
# via importlib-metadata

0 commit comments

Comments
 (0)