Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Apr 2, 2024
1 parent f449f13 commit 7f660c2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
69 changes: 37 additions & 32 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,53 +1,58 @@
Flask==2.3.3
Jinja2==3.1.3
MarkupSafe==2.1.3
MarkupSafe==2.1.5
PyYAML==6.0.1
Pygments==2.16.1
Werkzeug==2.3.7
attrs==23.1.0
black==23.9.1
blinker==1.6.2
Pygments==2.17.2
Werkzeug==2.3.8
attrs==23.2.0
black==24.3.0
blinker==1.7.0
brotlicffi==1.1.0.0
build==1.0.3
build==1.2.1
cffi==1.16.0
click==8.1.7
coverage==7.3.2
coverage==7.4.4
decorator==5.1.1
docutils==0.20.1
exceptiongroup==1.2.0
flasgger==0.9.7.1
greenlet==2.0.2
httpbin==0.10.1
importlib-metadata==6.8.0
httpbin==0.10.2
importlib_metadata==7.1.0
iniconfig==2.0.0
isort==5.12.0
isort==5.13.2
itsdangerous==2.1.2
jaraco.classes==3.3.0
jsonschema-specifications==2023.7.1
jsonschema==4.19.1
keyring==24.2.0
jaraco.classes==3.4.0
jaraco.context==4.3.0
jaraco.functools==4.0.0
jsonschema-specifications==2023.12.1
jsonschema==4.21.1
keyring==25.1.0
markdown-it-py==3.0.0
mdurl==0.1.2
mistune==3.0.2
more-itertools==10.1.0
more-itertools==10.2.0
mypy-extensions==1.0.0
nh3==0.2.14
packaging==23.2
pathspec==0.11.2
pkginfo==1.9.6
platformdirs==3.11.0
pluggy==1.3.0
pycparser==2.21
pyflakes==3.1.0
nh3==0.2.17
packaging==24.0
pathspec==0.12.1
pkginfo==1.10.0
platformdirs==4.2.0
pluggy==1.4.0
pycparser==2.22
pyflakes==3.2.0
pyproject_hooks==1.0.0
pytest-cov==4.1.0
pytest-cov==5.0.0
pytest-httpbin==2.0.0
pytest==7.4.2
readme-renderer==42.0
referencing==0.30.2
pytest==8.1.1
readme_renderer==43.0
referencing==0.34.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.6.0
rpds-py==0.10.3
rich==13.7.1
rpds-py==0.18.0
six==1.16.0
twine==4.0.2
zipp==3.17.0
tomli==2.0.1
twine==5.0.0
typing_extensions==4.10.0
zipp==3.18.1
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi==2023.7.22
charset-normalizer==3.3.0
idna==3.4
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
requests==2.31.0
urllib3==2.0.7
urllib3==2.2.1

0 comments on commit 7f660c2

Please sign in to comment.