Skip to content

Commit a1e1bd7

Browse files
authored
Merge pull request #297 from asherpasha/dev
Updated requirements.txt
2 parents b956b05 + e1f7867 commit a1e1bd7

2 files changed

Lines changed: 28 additions & 27 deletions

File tree

docs/requirements.txt

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
accessible-pygments==0.0.5
22
alabaster==1.0.0
33
babel==2.17.0
4-
beautifulsoup4==4.13.4
5-
certifi==2025.7.14
6-
charset-normalizer==3.4.2
7-
docutils==0.21.2
8-
furo==2025.7.19
9-
idna==3.10
4+
beautifulsoup4==4.14.3
5+
certifi==2026.1.4
6+
charset-normalizer==3.4.4
7+
docutils==0.22.4
8+
furo==2025.12.19
9+
idna==3.11
1010
imagesize==1.4.1
1111
Jinja2==3.1.6
12-
MarkupSafe==3.0.2
13-
packaging==25.0
12+
MarkupSafe==3.0.3
13+
packaging==26.0
1414
Pygments==2.19.2
1515
pytz==2025.2
16-
requests==2.32.4
16+
requests==2.32.5
17+
roman-numerals==4.1.0
1718
roman-numerals-py==3.1.0
18-
setuptools==80.9.0
19+
setuptools==80.10.1
1920
snowballstemmer==3.0.1
20-
soupsieve==2.7
21-
Sphinx==8.2.3
21+
soupsieve==2.8.3
22+
Sphinx==9.1.0
2223
sphinx-basic-ng==1.0.0b2
2324
sphinx-copybutton==0.5.2
2425
sphinxcontrib-applehelp==2.0.0
@@ -27,6 +28,6 @@ sphinxcontrib-htmlhelp==2.1.0
2728
sphinxcontrib-jsmath==1.0.1
2829
sphinxcontrib-qthelp==2.0.0
2930
sphinxcontrib-serializinghtml==2.0.0
30-
typing_extensions==4.14.1
31-
urllib3==2.5.0
31+
typing_extensions==4.15.0
32+
urllib3==2.6.3
3233
wheel==0.45.1

requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
aniso8601==10.0.1
22
async-timeout==5.0.1
33
attrs==25.4.0
4-
black==25.12.0
4+
black==26.1.0
55
blinker==1.9.0
66
cachelib==0.13.0
7-
certifi==2025.11.12
7+
certifi==2026.1.4
88
charset-normalizer==3.4.4
99
click==8.3.1
10-
coverage==7.13.0
10+
coverage==7.13.1
1111
Deprecated==1.3.1
1212
flake8==7.3.0
1313
Flask==3.1.2
1414
Flask-Caching==2.3.1
15-
flask-cors==6.0.1
15+
flask-cors==6.0.2
1616
Flask-Limiter==4.1.1
1717
flask-marshmallow==1.3.0
1818
flask-restx==1.3.2
@@ -23,19 +23,19 @@ importlib_resources==6.5.2
2323
iniconfig==2.3.0
2424
itsdangerous==2.2.0
2525
Jinja2==3.1.6
26-
jsonschema==4.25.1
26+
jsonschema==4.26.0
2727
jsonschema-specifications==2025.9.1
2828
limits==5.6.0
2929
markdown-it-py==4.0.0
3030
MarkupSafe==3.0.3
31-
marshmallow==4.1.1
31+
marshmallow==4.2.0
3232
mccabe==0.7.0
3333
mdurl==0.1.2
3434
mypy_extensions==1.1.0
3535
mysqlclient==2.2.7
3636
ordered-set==4.1.0
37-
packaging==25.0
38-
pathspec==0.12.1
37+
packaging==26.0
38+
pathspec==1.0.3
3939
platformdirs==4.5.1
4040
pluggy==1.6.0
4141
pycodestyle==2.14.0
@@ -44,18 +44,18 @@ Pygments==2.19.2
4444
pyrsistent==0.20.0
4545
pytest==9.0.2
4646
python-dateutil==2.9.0.post0
47-
pytokens==0.3.0
47+
pytokens==0.4.0
4848
pytz==2025.2
4949
redis==7.1.0
5050
referencing==0.37.0
5151
requests==2.32.5
5252
rich==14.2.0
5353
rpds-py==0.30.0
54-
setuptools==80.9.0
54+
setuptools==80.10.1
5555
six==1.17.0
56-
SQLAlchemy==2.0.44
56+
SQLAlchemy==2.0.46
5757
typing_extensions==4.15.0
58-
urllib3==2.6.1
59-
Werkzeug==3.1.4
58+
urllib3==2.6.3
59+
Werkzeug==3.1.5
6060
wheel==0.45.1
6161
wrapt==2.0.1

0 commit comments

Comments
 (0)