Update dependencies
This commit is contained in:
parent
9f4e26186e
commit
696be85892
|
|
@ -5,7 +5,7 @@ build==0.8.0
|
|||
bump2version==1.0.1
|
||||
certifi==2022.6.15
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.0
|
||||
charset-normalizer==2.1.1
|
||||
commonmark==0.9.1
|
||||
cryptography==37.0.4
|
||||
docutils==0.19
|
||||
|
|
@ -21,13 +21,13 @@ pep517==0.13.0
|
|||
pkginfo==1.8.3
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.12.0
|
||||
Pygments==2.13.0
|
||||
PyJWT==2.4.0
|
||||
Pympler==1.0.1
|
||||
pyparsing==3.0.9
|
||||
PyQt-builder==1.13.0
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==36.0
|
||||
readme-renderer==37.0
|
||||
requests==2.28.1
|
||||
requests-toolbelt==0.9.1
|
||||
rfc3986==2.0.0
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ flake8-string-format==0.3.0
|
|||
flake8-tidy-imports==4.8.0
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.7.0
|
||||
pep8-naming==0.13.1
|
||||
pep8-naming==0.13.2
|
||||
pycodestyle==2.9.1
|
||||
pydocstyle==6.1.1
|
||||
pyflakes==2.5.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ MarkupSafe==2.1.1
|
|||
mypy==0.971
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.12.0
|
||||
Pygments==2.13.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.11
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
astroid==2.11.7
|
||||
certifi==2022.6.15
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.0
|
||||
charset-normalizer==2.1.1
|
||||
cryptography==37.0.4
|
||||
dill==0.3.5.1
|
||||
future==0.18.2
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
build==0.8.0
|
||||
certifi==2022.6.15
|
||||
charset-normalizer==2.1.0
|
||||
charset-normalizer==2.1.1
|
||||
docutils==0.19
|
||||
idna==3.3
|
||||
packaging==21.3
|
||||
pep517==0.13.0
|
||||
Pygments==2.12.0
|
||||
Pygments==2.13.0
|
||||
pyparsing==3.0.9
|
||||
pyroma==4.0
|
||||
requests==2.28.1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
alabaster==0.7.12
|
||||
Babel==2.10.3
|
||||
certifi==2022.6.15
|
||||
charset-normalizer==2.1.0
|
||||
charset-normalizer==2.1.1
|
||||
docutils==0.19
|
||||
idna==3.3
|
||||
imagesize==1.4.1
|
||||
|
|
@ -11,7 +11,7 @@ importlib-metadata==4.12.0
|
|||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
Pygments==2.12.0
|
||||
Pygments==2.13.0
|
||||
pyparsing==3.0.9
|
||||
pytz==2022.2.1
|
||||
requests==2.28.1
|
||||
|
|
|
|||
|
|
@ -3,17 +3,17 @@
|
|||
attrs==22.1.0
|
||||
beautifulsoup4==4.11.1
|
||||
certifi==2022.6.15
|
||||
charset-normalizer==2.1.0
|
||||
charset-normalizer==2.1.1
|
||||
cheroot==8.6.0
|
||||
click==8.1.3
|
||||
coverage==6.4.3
|
||||
coverage==6.4.4
|
||||
exceptiongroup==1.0.0rc8
|
||||
execnet==1.9.0
|
||||
filelock==3.8.0
|
||||
Flask==2.2.2
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.54.3
|
||||
hypothesis==6.54.4
|
||||
idna==3.3
|
||||
importlib-metadata==4.12.0
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -30,7 +30,7 @@ parse-type==0.6.0
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
py-cpuinfo==8.0.0
|
||||
Pygments==2.12.0
|
||||
Pygments==2.13.0
|
||||
pyparsing==3.0.9
|
||||
pytest==7.1.2
|
||||
pytest-bdd==6.0.1
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ platformdirs==2.5.2
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==65.0.0
|
||||
setuptools==65.2.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.25.1
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ importlib-metadata==4.12.0 ; python_version=="3.7.*"
|
|||
importlib-resources==5.9.0 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
Pygments==2.12.0
|
||||
Pygments==2.13.0
|
||||
PyYAML==6.0
|
||||
typing_extensions==4.3.0 ; python_version<"3.8"
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue