Skip to content

Commit 76ad522

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: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4894a3c commit 76ad522

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

requirements-dev.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,21 @@ build==1.3.0
1212
# pip-tools
1313
certifi==2025.11.12
1414
# via requests
15+
cffi==2.0.0
16+
# via cryptography
1517
cfgv==3.5.0
1618
# via pre-commit
1719
charset-normalizer==3.4.4
1820
# via requests
1921
click==8.3.1
2022
# via pip-tools
23+
cryptography==46.0.3
24+
# via secretstorage
2125
distlib==0.4.0
2226
# via virtualenv
2327
docutils==0.22.3
2428
# via readme-renderer
25-
filelock==3.20.0
29+
filelock==3.20.1
2630
# via virtualenv
2731
id==1.5.0
2832
# via twine
@@ -38,6 +42,10 @@ jaraco-context==6.0.1
3842
# via keyring
3943
jaraco-functools==4.3.0
4044
# via keyring
45+
jeepney==0.9.0
46+
# via
47+
# keyring
48+
# secretstorage
4149
keyring==25.7.0
4250
# via twine
4351
markdown-it-py==4.0.0
@@ -65,6 +73,8 @@ pluggy==1.6.0
6573
# via pytest
6674
pre-commit==4.5.0
6775
# via -r requirements-dev.in
76+
pycparser==2.23
77+
# via cffi
6878
pygments==2.19.2
6979
# via
7080
# pytest
@@ -92,6 +102,8 @@ rfc3986==2.0.0
92102
# via twine
93103
rich==14.2.0
94104
# via twine
105+
secretstorage==3.5.0
106+
# via keyring
95107
twine==6.2.0
96108
# via -r requirements-dev.in
97109
urllib3==2.6.1

0 commit comments

Comments
 (0)