Update dependencies
This commit is contained in:
parent
5e370a80c0
commit
b51c416869
|
|
@ -14,7 +14,7 @@ hunter==3.4.3
|
|||
idna==3.3
|
||||
importlib-metadata==4.12.0
|
||||
jeepney==0.8.0
|
||||
keyring==23.7.0
|
||||
keyring==23.8.1
|
||||
manhole==1.8.0
|
||||
packaging==21.3
|
||||
pep517==0.13.0
|
||||
|
|
@ -27,7 +27,7 @@ Pympler==1.0.1
|
|||
pyparsing==3.0.9
|
||||
PyQt-builder==1.13.0
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==35.0
|
||||
readme-renderer==36.0
|
||||
requests==2.28.1
|
||||
requests-toolbelt==0.9.1
|
||||
rfc3986==2.0.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==22.1.0
|
||||
flake8==5.0.3
|
||||
flake8==5.0.4
|
||||
flake8-bugbear==22.7.1
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.10.0
|
||||
|
|
@ -17,7 +17,7 @@ flake8-tidy-imports==4.8.0
|
|||
flake8-tuple==0.4.1
|
||||
mccabe==0.7.0
|
||||
pep8-naming==0.13.1
|
||||
pycodestyle==2.9.0
|
||||
pycodestyle==2.9.1
|
||||
pydocstyle==6.1.1
|
||||
pyflakes==2.5.0
|
||||
six==1.16.0
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ python-dateutil==2.8.2
|
|||
requests==2.28.1
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.1
|
||||
tomlkit==0.11.2
|
||||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
typing_extensions==4.3.0
|
||||
uritemplate==4.1.1
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@ certifi==2022.6.15
|
|||
charset-normalizer==2.1.0
|
||||
cheroot==8.6.0
|
||||
click==8.1.3
|
||||
coverage==6.4.2
|
||||
coverage==6.4.3
|
||||
exceptiongroup==1.0.0rc8
|
||||
execnet==1.9.0
|
||||
filelock==3.7.1
|
||||
Flask==2.1.3
|
||||
Flask==2.2.1
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.53.0
|
||||
hypothesis==6.54.1
|
||||
idna==3.3
|
||||
importlib-metadata==4.12.0
|
||||
iniconfig==1.1.1
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
distlib==0.3.5
|
||||
filelock==3.7.1
|
||||
packaging==21.3
|
||||
pip==22.2.1
|
||||
pip==22.2.2
|
||||
platformdirs==2.5.2
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==63.3.0
|
||||
setuptools==63.4.2
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.25.1
|
||||
virtualenv==20.16.2
|
||||
virtualenv==20.16.3
|
||||
wheel==0.37.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue