Skip to content

Commit d41126c

Browse files
Bump filelock from 3.16.1 to 3.20.1 in /requirements
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.1 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.16.1...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15d29fd commit d41126c

File tree

1 file changed

+121
-6
lines changed

1 file changed

+121
-6
lines changed

requirements/dev.txt

Lines changed: 121 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,160 @@
55
#
66
# pip-compile-multi
77
#
8-
-r docs.txt
9-
-r style.txt
10-
-r tests.txt
8+
alabaster==0.7.13
9+
# via sphinx
10+
babel==2.17.0
11+
# via sphinx
12+
beautifulsoup4==4.13.4
13+
# via -r tests.in
14+
blinker==1.8.2
15+
# via flask
1116
build==1.2.2.post1
1217
# via pip-tools
1318
cachetools==5.5.2
1419
# via tox
20+
certifi==2025.1.31
21+
# via requests
1522
chardet==5.2.0
1623
# via tox
24+
charset-normalizer==3.4.1
25+
# via requests
26+
click==8.1.8
27+
# via
28+
# flask
29+
# pip-compile-multi
30+
# pip-tools
1731
colorama==0.4.6
1832
# via tox
33+
coverage[toml]==7.6.1
34+
# via pytest-cov
1935
distlib==0.3.9
2036
# via virtualenv
21-
filelock==3.16.1
37+
docutils==0.20.1
38+
# via sphinx
39+
filelock==3.20.1
2240
# via
2341
# tox
2442
# virtualenv
43+
flake8==7.1.2
44+
# via -r style.in
45+
flask==3.0.3
46+
# via
47+
# flask-sqlalchemy
48+
# flask-wtf
49+
flask-sqlalchemy==3.1.1
50+
# via -r tests.in
51+
flask-wtf==1.2.1
52+
# via -r tests.in
53+
idna==3.10
54+
# via requests
55+
imagesize==1.4.1
56+
# via sphinx
57+
iniconfig==2.0.0
58+
# via pytest
59+
itsdangerous==2.2.0
60+
# via
61+
# flask
62+
# flask-wtf
63+
jinja2==3.1.6
64+
# via
65+
# flask
66+
# sphinx
67+
markupsafe==2.1.5
68+
# via
69+
# jinja2
70+
# werkzeug
71+
# wtforms
72+
mccabe==0.7.0
73+
# via flake8
74+
packaging==24.2
75+
# via
76+
# build
77+
# pallets-sphinx-themes
78+
# pyproject-api
79+
# pytest
80+
# sphinx
81+
# tox
82+
pallets-sphinx-themes==2.3.0
83+
# via -r docs.in
2584
pip-compile-multi==2.6.4
26-
# via -r requirements/dev.in
85+
# via -r dev.in
2786
pip-tools==7.4.1
2887
# via pip-compile-multi
2988
platformdirs==4.3.6
3089
# via
3190
# tox
3291
# virtualenv
92+
pluggy==1.5.0
93+
# via
94+
# pytest
95+
# tox
96+
pycodestyle==2.12.1
97+
# via flake8
98+
pyflakes==3.2.0
99+
# via flake8
100+
pygments==2.19.1
101+
# via sphinx
33102
pyproject-api==1.8.0
34103
# via tox
35104
pyproject-hooks==1.2.0
36105
# via
37106
# build
38107
# pip-tools
108+
pytest==8.3.5
109+
# via
110+
# -r tests.in
111+
# pytest-cov
112+
pytest-cov==5.0.0
113+
# via -r tests.in
114+
requests==2.32.3
115+
# via sphinx
116+
snowballstemmer==2.2.0
117+
# via sphinx
118+
soupsieve==2.7
119+
# via beautifulsoup4
120+
sphinx==7.1.2
121+
# via
122+
# -r docs.in
123+
# pallets-sphinx-themes
124+
# sphinx-notfound-page
125+
# sphinxcontrib-log-cabinet
126+
sphinx-notfound-page==1.1.0
127+
# via pallets-sphinx-themes
128+
sphinxcontrib-applehelp==1.0.4
129+
# via sphinx
130+
sphinxcontrib-devhelp==1.0.2
131+
# via sphinx
132+
sphinxcontrib-htmlhelp==2.0.1
133+
# via sphinx
134+
sphinxcontrib-jsmath==1.0.1
135+
# via sphinx
136+
sphinxcontrib-log-cabinet==1.0.1
137+
# via -r docs.in
138+
sphinxcontrib-qthelp==1.0.3
139+
# via sphinx
140+
sphinxcontrib-serializinghtml==1.1.5
141+
# via sphinx
142+
sqlalchemy==2.0.38
143+
# via flask-sqlalchemy
39144
toposort==1.10
40145
# via pip-compile-multi
41146
tox==4.24.2
42-
# via -r requirements/dev.in
147+
# via -r dev.in
148+
typing-extensions==4.12.2
149+
# via
150+
# beautifulsoup4
151+
# sqlalchemy
152+
urllib3==2.2.3
153+
# via requests
43154
virtualenv==20.29.3
44155
# via tox
156+
werkzeug==3.0.6
157+
# via flask
45158
wheel==0.45.1
46159
# via pip-tools
160+
wtforms==3.1.2
161+
# via flask-wtf
47162

48163
# The following packages are considered to be unsafe in a requirements file:
49164
# pip

0 commit comments

Comments
 (0)