Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Aug 3, 2023
1 parent 15fc7e1 commit 711a5c2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
alabaster==0.7.13 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
babel==2.12.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
build==0.7.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
certifi==2023.5.7 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
cfgv==3.3.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
charset-normalizer==3.1.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
charset-normalizer==3.2.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0" and (sys_platform == "win32" or os_name == "nt")
coverage==7.2.7 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
distlib==0.3.6 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
distlib==0.3.7 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
docutils==0.17.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
exceptiongroup==1.1.2 ; python_full_version >= "3.8.0" and python_version < "3.11"
filelock==3.12.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
identify==2.5.24 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
identify==2.5.26 ; python_version >= "3.8" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
imagesize==1.4.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
importlib-metadata==6.7.0 ; python_full_version >= "3.8.0" and python_version < "3.10"
importlib-metadata==6.8.0 ; python_version >= "3.8" and python_version < "3.10"
iniconfig==2.0.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
jinja2==3.1.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
markupsafe==2.1.3 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
nodeenv==1.8.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
packaging==23.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pep517==0.13.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
platformdirs==3.8.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
platformdirs==3.10.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pluggy==1.2.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pre-commit==2.21.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pygments==2.15.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pytest==7.4.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pytz==2023.3 ; python_full_version >= "3.8.0" and python_version < "3.9"
pyyaml==6.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pyyaml==6.0.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
requests==2.31.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
responses==0.10.16 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
setuptools-scm==7.1.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
Expand All @@ -45,6 +45,6 @@ sphinxcontrib-serializinghtml==1.1.5 ; python_full_version >= "3.8.0" and python
sphinxnotes-strike==1.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
tomli==2.0.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
typing-extensions==4.7.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
urllib3==2.0.3 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
virtualenv==20.23.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
zipp==3.15.0 ; python_full_version >= "3.8.0" and python_version < "3.10"
urllib3==2.0.4 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
virtualenv==20.24.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
zipp==3.16.2 ; python_version >= "3.8" and python_version < "3.10"

0 comments on commit 711a5c2

Please sign in to comment.