Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Jul 5, 2024
1 parent aa10f2b commit 902d501
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-c constraints.txt
Flask==3.0.2
Flask==3.0.3
Flask-Markdown==0.3
Flask-Misaka==1.0.1
nltk==3.8.1
pyparsing==3.1.1
pyparsing==3.1.2
python-markdown-math==0.8
86 changes: 43 additions & 43 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
attrs==23.2.0
blinker==1.7.0
build==1.0.3
cachetools==5.3.2
certifi==2024.2.2
blinker==1.8.2
build==1.2.1
cachetools==5.3.3
certifi==2024.7.4
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
codecov==2.1.13
colorama==0.4.6
colorclass==2.2.2
coverage==7.4.1
cryptography==42.0.5
coverage==7.5.4
cryptography==42.0.8
distlib==0.3.8
docopt==0.6.2
docutils==0.20.1
exceptiongroup==1.2.0
filelock==3.13.1
flake8==7.0.0
docutils==0.21.2
exceptiongroup==1.2.1
filelock==3.15.4
flake8==7.1.0
flake8-docstrings==1.7.0
flake8-polyfill==1.0.2
Flask==3.0.2
Flask==3.0.3
Flask-Markdown==0.3
Flask-Misaka==1.0.1
idna==3.6
importlib-metadata==7.0.1
idna==3.7
importlib-metadata==8.0.0
iniconfig==2.0.0
itsdangerous==2.1.2
jaraco.classes==3.3.1
itsdangerous==2.2.0
jaraco.classes==3.4.0
jeepney==0.8.0
Jinja2==3.1.3
Jinja2==3.1.4
joblib==1.3.2
keyring==24.3.0
Markdown==3.5.2
keyring==25.2.1
Markdown==3.6
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
misaka==2.1.1
more-itertools==10.2.0
nh3==0.2.15
more-itertools==10.3.0
nh3==0.2.17
nltk==3.8.1
packaging==23.2
packaging==24.1
pip-upgrader==1.4.15
pkginfo==1.9.6
platformdirs==4.2.0
pluggy==1.4.0
pkginfo==1.11.1
platformdirs==4.2.2
pluggy==1.5.0
py==1.11.0
pycodestyle==2.11.1
pycparser==2.21
pycodestyle==2.12.0
pycparser==2.22
pydocstyle==6.3.0
pyflakes==3.2.0
Pygments==2.17.2
pyparsing==3.1.1
pyproject-api==1.6.1
pyproject_hooks==1.0.0
pytest==8.0.1
pytest-cov==4.1.0
Pygments==2.18.0
pyparsing==3.1.2
pyproject-api==1.7.1
pyproject_hooks==1.1.0
pytest==8.2.2
pytest-cov==5.0.0
python-markdown-math==0.8
readme-renderer==42.0
readme-renderer==43.0
regex==2023.12.25
requests==2.31.0
requests==2.32.3
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.0
rich==13.7.1
SecretStorage==3.3.3
six==1.16.0
snowballstemmer==2.2.0
terminaltables==3.1.10
toml==0.10.2
tomli==2.0.1
tox==4.13.0
tqdm==4.66.2
twine==5.0.0
urllib3==2.2.1
uWSGI==2.0.24
virtualenv==20.25.1
Werkzeug==3.0.1
zipp==3.17.0
tox==4.16.0
tqdm==4.66.4
twine==5.1.1
urllib3==2.2.2
uWSGI==2.0.26
virtualenv==20.26.3
Werkzeug==3.0.3
zipp==3.19.2
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r base.txt
uWSGI==2.0.24
uWSGI==2.0.26
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r base.txt
codecov==2.1.13
coverage==7.4.1
flake8==7.0.0
coverage==7.5.4
flake8==7.1.0
flake8-docstrings==1.7.0
pytest==8.0.1
pytest-cov==4.1.0
tox==4.13.0
pytest==8.2.2
pytest-cov==5.0.0
tox==4.16.0

0 comments on commit 902d501

Please sign in to comment.