Skip to content

Commit

Permalink
Merge pull request #162 from ross/update-requirements
Browse files Browse the repository at this point in the history
Update requirements*.txt
  • Loading branch information
ross committed Jul 9, 2024
2 parents ccfef54 + 3533e07 commit 0e39605
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@ brotlicffi==1.1.0.0
build==1.2.1
cffi==1.16.0
click==8.1.7
coverage==7.5.3
coverage==7.5.4
decorator==5.1.1
docutils==0.20.1
flasgger==0.9.7.1
greenlet==2.0.2; python_version<'3.12'
greenlet==3.0.3; python_version>='3.12.0rc0'
httpbin==0.10.2
importlib_metadata==7.1.0
importlib_metadata==8.0.0
iniconfig==2.0.0
isort==5.13.2
itsdangerous==2.2.0
jaraco.classes==3.4.0
jaraco.context==5.3.0
jaraco.functools==4.0.1
jsonschema-specifications==2023.12.1
jsonschema==4.22.0
jsonschema==4.23.0
keyring==25.2.1
markdown-it-py==3.0.0
mdurl==0.1.2
mistune==3.0.2
more-itertools==10.2.0
more-itertools==10.3.0
mypy-extensions==1.0.0
nh3==0.2.17
packaging==24.0
nh3==0.2.18
packaging==24.1
pathspec==0.12.1
pkginfo==1.10.0
platformdirs==4.2.2
Expand All @@ -44,13 +44,13 @@ pyflakes==3.2.0
pyproject_hooks==1.1.0
pytest-cov==5.0.0
pytest-httpbin==2.0.0
pytest==8.2.1
pytest==8.2.2
readme_renderer==43.0
referencing==0.35.1
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
rpds-py==0.18.1
rpds-py==0.19.0
six==1.16.0
twine==5.1.0
zipp==3.19.0
twine==5.1.1
zipp==3.19.2
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi==2024.2.2
certifi==2024.7.4
charset-normalizer==3.3.2
idna==3.7
requests==2.32.2
urllib3==2.2.1
requests==2.32.3
urllib3==2.2.2

0 comments on commit 0e39605

Please sign in to comment.