bump python requirement versions
This commit is contained in:
parent
4a4ed2cad6
commit
f250762c98
2 changed files with 71 additions and 940 deletions
|
@ -1,35 +1,41 @@
|
||||||
# This file is @generated by PDM.
|
# This file is @generated by PDM.
|
||||||
# Please do not edit it manually.
|
# Please do not edit it manually.
|
||||||
|
|
||||||
appnope==0.1.3
|
|
||||||
asgiref==3.7.2
|
asgiref==3.7.2
|
||||||
asttokens==2.4.1
|
asttokens==2.4.1
|
||||||
brotli==1.1.0
|
brotli==1.1.0; implementation_name == "cpython"
|
||||||
certifi==2023.7.22
|
brotlicffi==1.1.0.0; implementation_name != "cpython"
|
||||||
|
certifi==2023.11.17
|
||||||
|
cffi==1.16.0; implementation_name != "cpython"
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
|
colorama==0.4.6; sys_platform == "win32"
|
||||||
croniter==2.0.1
|
croniter==2.0.1
|
||||||
dateparser==1.1.8
|
dateparser==1.2.0
|
||||||
decorator==5.1.1
|
decorator==5.1.1
|
||||||
django==3.1.14
|
django==3.1.14
|
||||||
|
django-auth-ldap==4.1.0
|
||||||
django-extensions==3.1.5
|
django-extensions==3.1.5
|
||||||
|
exceptiongroup==1.2.0; python_version < "3.11"
|
||||||
executing==2.0.1
|
executing==2.0.1
|
||||||
idna==3.4
|
idna==3.6
|
||||||
ipython==8.17.2
|
ipython==8.18.1
|
||||||
jedi==0.19.1
|
jedi==0.19.1
|
||||||
matplotlib-inline==0.1.6
|
matplotlib-inline==0.1.6
|
||||||
mutagen==1.47.0
|
mutagen==1.47.0
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
parso==0.8.3
|
parso==0.8.3
|
||||||
pexpect==4.8.0
|
pexpect==4.9.0; sys_platform != "win32"
|
||||||
prompt-toolkit==3.0.40
|
prompt-toolkit==3.0.43
|
||||||
ptyprocess==0.7.0
|
ptyprocess==0.7.0; sys_platform != "win32"
|
||||||
pure-eval==0.2.2
|
pure-eval==0.2.2
|
||||||
pyasn1==0.5.0
|
pyasn1==0.5.1
|
||||||
pyasn1-modules==0.3.0
|
pyasn1-modules==0.3.0
|
||||||
|
pycparser==2.21; implementation_name != "cpython"
|
||||||
pycryptodomex==3.19.0
|
pycryptodomex==3.19.0
|
||||||
pygments==2.16.1
|
pygments==2.17.2
|
||||||
python-crontab==3.0.0
|
python-crontab==3.0.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
|
python-ldap==3.4.4
|
||||||
pytz==2023.3.post1
|
pytz==2023.3.post1
|
||||||
regex==2023.10.3
|
regex==2023.10.3
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
|
@ -37,10 +43,12 @@ six==1.16.0
|
||||||
sonic-client==1.0.0
|
sonic-client==1.0.0
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
stack-data==0.6.3
|
stack-data==0.6.3
|
||||||
traitlets==5.13.0
|
traitlets==5.14.0
|
||||||
|
typing-extensions==4.9.0; python_version < "3.11"
|
||||||
|
tzdata==2023.3; platform_system == "Windows"
|
||||||
tzlocal==5.2
|
tzlocal==5.2
|
||||||
urllib3==2.1.0
|
urllib3==2.1.0
|
||||||
w3lib==2.1.2
|
w3lib==2.1.2
|
||||||
wcwidth==0.2.10
|
wcwidth==0.2.12
|
||||||
websockets==12.0
|
websockets==12.0
|
||||||
yt-dlp==2023.11.14
|
yt-dlp==2023.11.16
|
||||||
|
|
Loading…
Reference in a new issue