Skip to content

Commit b09b18a

Browse files
authored
Merge pull request #226 from asherpasha/dev
Updated requirement.txt
2 parents 8d37169 + e6907d7 commit b09b18a

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

requirements.txt

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ aniso8601==9.0.1
22
async-timeout==4.0.3
33
attrs==23.2.0
44
black==24.4.2
5-
blinker==1.8.1
5+
blinker==1.8.2
66
cachelib==0.9.0
7-
certifi==2024.2.2
7+
certifi==2024.7.4
88
charset-normalizer==3.3.2
99
click==8.1.7
10-
coverage==7.5.0
10+
coverage==7.5.4
1111
Deprecated==1.2.14
12-
flake8==7.0.0
12+
flake8==7.1.0
1313
Flask==3.0.3
14-
Flask-Caching==2.2.0
15-
Flask-Cors==4.0.0
16-
Flask-Limiter==3.6.0
14+
Flask-Caching==2.3.0
15+
Flask-Cors==4.0.1
16+
Flask-Limiter==3.7.0
1717
flask-marshmallow==1.2.1
1818
flask-restx==1.3.0
1919
Flask-SQLAlchemy==3.1.1
@@ -22,37 +22,39 @@ idna==3.7
2222
importlib_resources==6.4.0
2323
iniconfig==2.0.0
2424
itsdangerous==2.2.0
25-
Jinja2==3.1.3
26-
jsonschema==4.22.0
25+
Jinja2==3.1.4
26+
jsonschema==4.23.0
2727
jsonschema-specifications==2023.12.1
28-
limits==3.11.0
28+
limits==3.13.0
2929
markdown-it-py==3.0.0
3030
MarkupSafe==2.1.5
31-
marshmallow==3.21.2
31+
marshmallow==3.21.3
3232
mccabe==0.7.0
3333
mdurl==0.1.2
3434
mypy-extensions==1.0.0
3535
mysqlclient==2.2.4
3636
ordered-set==4.1.0
37-
packaging==24.0
37+
packaging==24.1
3838
pathspec==0.12.1
39-
platformdirs==4.2.1
39+
platformdirs==4.2.2
4040
pluggy==1.5.0
41-
pycodestyle==2.11.1
41+
pycodestyle==2.12.0
4242
pyflakes==3.2.0
43-
Pygments==2.17.2
43+
Pygments==2.18.0
4444
pyrsistent==0.20.0
45-
pytest==8.2.0
45+
pytest==8.2.2
4646
python-dateutil==2.9.0.post0
4747
pytz==2024.1
48-
redis==5.0.4
48+
redis==5.0.7
4949
referencing==0.35.1
50-
requests==2.31.0
50+
requests==2.32.3
5151
rich==13.7.1
52-
rpds-py==0.18.0
52+
rpds-py==0.19.0
53+
setuptools==70.2.0
5354
six==1.16.0
54-
SQLAlchemy==2.0.29
55-
typing_extensions==4.11.0
56-
urllib3==2.2.1
57-
Werkzeug==3.0.2
55+
SQLAlchemy==2.0.31
56+
typing_extensions==4.12.2
57+
urllib3==2.2.2
58+
Werkzeug==3.0.3
59+
wheel==0.43.0
5860
wrapt==1.16.0

0 commit comments

Comments
 (0)