Merge second dependancy update.
Didn't manage to merge the first one in time. ref: https://github.com/qutebrowser/qutebrowser/pull/7990
This commit is contained in:
commit
d55e831f39
|
|
@ -11,10 +11,10 @@ github3.py==4.0.1
|
|||
hunter==3.6.1
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
importlib-resources==6.1.0
|
||||
importlib-resources==6.1.1
|
||||
jaraco.classes==3.3.0
|
||||
jeepney==0.8.0
|
||||
keyring==24.2.0
|
||||
keyring==24.3.0
|
||||
manhole==1.8.0
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
chardet==5.2.0
|
||||
diff_cover==8.0.0
|
||||
importlib-resources==6.1.0
|
||||
importlib-resources==6.1.1
|
||||
Jinja2==3.1.2
|
||||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
mypy==1.6.1
|
||||
mypy==1.7.0
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.3.0
|
||||
Pygments==2.16.1
|
||||
|
|
@ -14,8 +14,8 @@ PyQt5-stubs==5.15.6.0
|
|||
tomli==2.0.1
|
||||
types-colorama==0.4.15.12
|
||||
types-docutils==0.20.0.3
|
||||
types-Pygments==2.16.0.0
|
||||
types-Pygments==2.16.0.1
|
||||
types-PyYAML==6.0.12.12
|
||||
types-setuptools==68.2.0.0
|
||||
types-setuptools==68.2.0.1
|
||||
typing_extensions==4.8.0
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
altgraph==0.17.4
|
||||
importlib-metadata==6.8.0
|
||||
packaging==23.2
|
||||
pyinstaller==6.1.0
|
||||
pyinstaller==6.2.0
|
||||
pyinstaller-hooks-contrib==2023.10
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ idna==3.4
|
|||
isort==5.12.0
|
||||
mccabe==0.7.0
|
||||
pefile==2023.2.7
|
||||
platformdirs==3.11.0
|
||||
platformdirs==4.0.0
|
||||
pycparser==2.21
|
||||
PyJWT==2.8.0
|
||||
pylint==3.0.2
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pyproject_hooks==1.0.0
|
|||
pyroma==4.2
|
||||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
trove-classifiers==2023.10.18
|
||||
trove-classifiers==2023.11.9
|
||||
urllib3==2.0.7
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ iniconfig==2.0.0
|
|||
itsdangerous==2.1.2
|
||||
jaraco.functools==4.0.0
|
||||
# Jinja2==3.1.2
|
||||
Mako==1.2.4
|
||||
Mako==1.3.0
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.3
|
||||
more-itertools==10.1.0
|
||||
|
|
@ -39,7 +39,7 @@ pytest-mock==3.12.0
|
|||
pytest-qt==4.2.0
|
||||
pytest-repeat==0.9.3
|
||||
pytest-rerunfailures==12.0
|
||||
pytest-xdist==3.3.1
|
||||
pytest-xdist==3.4.0
|
||||
pytest-xvfb==3.0.0
|
||||
PyVirtualDisplay==3.0
|
||||
requests==2.31.0
|
||||
|
|
@ -47,7 +47,7 @@ requests-file==1.5.1
|
|||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.5
|
||||
tldextract==5.0.1
|
||||
tldextract==5.1.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.8.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
pathspec==0.11.2
|
||||
PyYAML==6.0.1
|
||||
yamllint==1.32.0
|
||||
yamllint==1.33.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
adblock==0.6.0
|
||||
colorama==0.4.6
|
||||
importlib-resources==6.1.0 ; python_version=="3.8.*"
|
||||
importlib-resources==6.1.1 ; python_version=="3.8.*"
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.3
|
||||
Pygments==2.16.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue