Merge remote-tracking branch 'origin/update-dependencies'
This commit is contained in:
commit
113da710d3
|
|
@ -15,7 +15,7 @@ idna==3.4
|
|||
importlib-metadata==5.0.0
|
||||
jaraco.classes==3.2.3
|
||||
jeepney==0.8.0
|
||||
keyring==23.9.3
|
||||
keyring==23.11.0
|
||||
manhole==1.8.0
|
||||
more-itertools==9.0.0
|
||||
packaging==21.3
|
||||
|
|
@ -35,7 +35,7 @@ requests-toolbelt==0.10.1
|
|||
rfc3986==2.0.0
|
||||
rich==12.6.0
|
||||
SecretStorage==3.3.3
|
||||
sip==6.7.3
|
||||
sip==6.7.4
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17.3
|
||||
pyinstaller==5.6.2
|
||||
pyinstaller-hooks-contrib==2022.11
|
||||
pyinstaller-hooks-contrib==2022.12
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ isort==5.10.1
|
|||
lazy-object-proxy==1.8.0
|
||||
mccabe==0.7.0
|
||||
pefile==2022.5.30
|
||||
platformdirs==2.5.2
|
||||
platformdirs==2.5.3
|
||||
pycparser==2.21
|
||||
PyJWT==2.6.0
|
||||
pylint==2.15.5
|
||||
|
|
|
|||
|
|
@ -7,11 +7,10 @@ charset-normalizer==2.1.1
|
|||
cheroot==8.6.0
|
||||
click==8.1.3
|
||||
coverage==6.5.0
|
||||
exceptiongroup==1.0.0
|
||||
exceptiongroup==1.0.1
|
||||
execnet==1.9.0
|
||||
filelock==3.8.0
|
||||
Flask==2.2.2
|
||||
glob2==0.7
|
||||
hunter==3.5.1
|
||||
hypothesis==6.56.4
|
||||
idna==3.4
|
||||
|
|
@ -28,12 +27,11 @@ packaging==21.3
|
|||
parse==1.19.0
|
||||
parse-type==0.6.0
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.13.0
|
||||
pyparsing==3.0.9
|
||||
pytest==7.2.0
|
||||
pytest-bdd==6.0.1
|
||||
pytest-bdd==6.1.0
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.0.0
|
||||
pytest-instafail==0.4.2
|
||||
|
|
@ -52,6 +50,7 @@ soupsieve==2.3.2.post1
|
|||
tldextract==3.4.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.4.0
|
||||
urllib3==1.26.12
|
||||
vulture==2.6
|
||||
Werkzeug==2.2.2
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
distlib==0.3.6
|
||||
filelock==3.8.0
|
||||
packaging==21.3
|
||||
pip==22.3
|
||||
platformdirs==2.5.2
|
||||
pip==22.3.1
|
||||
platformdirs==2.5.3
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==65.5.0
|
||||
setuptools==65.5.1
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tox==3.27.0
|
||||
virtualenv==20.16.6
|
||||
wheel==0.37.1
|
||||
wheel==0.38.2
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
"soupsieve": "https://facelessuser.github.io/soupsieve/about/changelog/",
|
||||
"Flask": "https://flask.palletsprojects.com/en/latest/changes/",
|
||||
"Mako": "https://docs.makotemplates.org/en/latest/changelog.html",
|
||||
"glob2": "https://github.com/miracle2k/python-glob2/blob/master/CHANGES",
|
||||
"hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html",
|
||||
"exceptiongroup": "https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst",
|
||||
"mypy": "https://mypy-lang.blogspot.com/",
|
||||
|
|
|
|||
Loading…
Reference in New Issue