Update dependencies
This commit is contained in:
parent
0924631cdc
commit
d50d9e8019
|
|
@ -9,7 +9,7 @@ charset-normalizer==2.0.12
|
|||
colorama==0.4.4
|
||||
cryptography==36.0.1
|
||||
docutils==0.18.1
|
||||
github3.py==3.1.2
|
||||
github3.py==3.2.0
|
||||
hunter==3.4.3
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.2
|
||||
|
|
@ -26,7 +26,7 @@ Pympler==1.0.1
|
|||
pyparsing==3.0.7
|
||||
PyQt-builder==1.12.2
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==32.0
|
||||
readme-renderer==33.0
|
||||
requests==2.27.1
|
||||
requests-toolbelt==0.9.1
|
||||
rfc3986==2.0.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==4.9
|
||||
pyinstaller==4.10
|
||||
pyinstaller-hooks-contrib==2022.2
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ cffi==1.15.0
|
|||
charset-normalizer==2.0.12
|
||||
cryptography==36.0.1
|
||||
future==0.18.2
|
||||
github3.py==3.1.2
|
||||
github3.py==3.2.0
|
||||
idna==3.3
|
||||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ filelock==3.6.0 ; python_version>="3.7"
|
|||
Flask==2.0.3
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.38.0 ; python_version>="3.7"
|
||||
hypothesis==6.39.1 ; python_version>="3.7"
|
||||
icdiff==2.0.4
|
||||
idna==3.3
|
||||
iniconfig==1.1.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
adblock==0.5.1
|
||||
adblock==0.5.2
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.11.2 ; python_version=="3.7.*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue