Update dependencies

This commit is contained in:
Christoph Reiter 2023-02-19 15:55:15 +01:00
parent aea263ec2c
commit 77c2d02a4d
3 changed files with 527 additions and 441 deletions

926
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ requests = "^2.28.1"
requests-cache = "^1.0.0b0" requests-cache = "^1.0.0b0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = "^0.991" mypy = "1.0.1"
flake8 = "^6.0.0" flake8 = "^6.0.0"
types-tabulate = "^0.9.0.0" types-tabulate = "^0.9.0.0"
types-requests = "^2.25.0" types-requests = "^2.25.0"

View File

@ -1,20 +1,20 @@
attrs==22.2.0; python_version >= "3.7" and python_version < "4.0" attrs==22.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
cattrs==22.2.0; python_version >= "3.7" and python_version < "4.0" cattrs==22.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
certifi==2022.12.7; python_version >= "3.7" and python_version < "4" certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "4"
cffi==1.15.1; python_version >= "3.7" cffi==1.15.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0" charset-normalizer==3.0.1 ; python_full_version >= "3.8.1" and python_version < "4"
deprecated==1.2.13; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" deprecated==1.2.13 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
exceptiongroup==1.0.4; python_version >= "3.7" and python_version < "3.11" exceptiongroup==1.1.0 ; python_full_version >= "3.8.1" and python_version < "3.11"
idna==3.4; python_version >= "3.7" and python_version < "4" idna==3.4 ; python_full_version >= "3.8.1" and python_version < "4"
platformdirs==2.6.0; python_version >= "3.7" and python_version < "4.0" platformdirs==3.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" pycparser==2.21 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pygithub==1.57; python_version >= "3.7" pygithub==1.58.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pyjwt==2.6.0; python_version >= "3.7" pyjwt==2.6.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pynacl==1.5.0; python_version >= "3.7" pynacl==1.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
requests-cache==1.0.0b0; python_version >= "3.7" and python_version < "4.0" requests-cache==1.0.0b1 ; python_full_version >= "3.8.1" and python_version < "4.0"
requests==2.28.1; python_version >= "3.7" and python_version < "4" requests==2.28.2 ; python_full_version >= "3.8.1" and python_version < "4"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.0" six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
tabulate==0.9.0; python_version >= "3.7" tabulate==0.9.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
url-normalize==1.4.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.0" url-normalize==1.4.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
urllib3==1.26.13; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0" urllib3==1.26.14 ; python_full_version >= "3.8.1" and python_version < "4"
wrapt==1.14.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" wrapt==1.14.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"