Skip to content

Commit e1f39bb

Browse files
Bump filelock from 3.20.0 to 3.20.1
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.0 to 3.20.1. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.20.0...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc47274 commit e1f39bb

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

test-requirements.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,19 @@ coverage==7.10.7
1212
# via pytest-cov
1313
distlib==0.4.0
1414
# via virtualenv
15+
exceptiongroup==1.3.1
16+
# via pytest
1517
execnet==2.1.1
1618
# via pytest-xdist
17-
filelock==3.20.0
19+
filelock==3.20.1
1820
# via
1921
# -r test-requirements.in
2022
# virtualenv
2123
identify==2.6.15
2224
# via pre-commit
2325
iniconfig==2.1.0
2426
# via pytest
25-
librt==0.7.3 ; platform_python_implementation != 'PyPy'
27+
librt==0.7.3 ; platform_python_implementation != "PyPy"
2628
# via -r mypy-requirements.txt
2729
lxml==6.0.2 ; python_version < "3.15"
2830
# via -r test-requirements.in
@@ -57,14 +59,21 @@ pytest-xdist==3.8.0
5759
# via -r test-requirements.in
5860
pyyaml==6.0.3
5961
# via pre-commit
60-
tomli==2.3.0
61-
# via -r test-requirements.in
62+
tomli==2.3.0 ; python_version < "3.11"
63+
# via
64+
# -r mypy-requirements.txt
65+
# -r test-requirements.in
66+
# coverage
67+
# pytest
6268
types-psutil==7.0.0.20251001
6369
# via -r build-requirements.txt
6470
types-setuptools==80.9.0.20250822
6571
# via -r build-requirements.txt
6672
typing-extensions==4.15.0
67-
# via -r mypy-requirements.txt
73+
# via
74+
# -r mypy-requirements.txt
75+
# exceptiongroup
76+
# virtualenv
6877
virtualenv==20.34.0
6978
# via pre-commit
7079

0 commit comments

Comments
 (0)