fix: invoke@2.1.0, Py3.11 compatibility
This commit is contained in:
parent
19c5176501
commit
37278d2473
1 changed files with 22 additions and 23 deletions
|
@ -1,20 +1,20 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.9
|
||||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile ./requirements.in
|
||||
#
|
||||
bcrypt==4.0.1
|
||||
# via paramiko
|
||||
black==22.6.0
|
||||
black==23.3.0
|
||||
# via -r ./requirements.in
|
||||
certifi==2022.9.24
|
||||
certifi==2022.12.7
|
||||
# via requests
|
||||
cffi==1.15.1
|
||||
# via
|
||||
# cryptography
|
||||
# pynacl
|
||||
charset-normalizer==2.1.1
|
||||
charset-normalizer==3.1.0
|
||||
# via requests
|
||||
click==8.1.3
|
||||
# via
|
||||
|
@ -24,66 +24,65 @@ colorama==0.4.6
|
|||
# via pyinfra
|
||||
configparser==5.3.0
|
||||
# via pyinfra
|
||||
cryptography==38.0.3
|
||||
cryptography==40.0.2
|
||||
# via
|
||||
# paramiko
|
||||
# pyspnego
|
||||
# requests-ntlm
|
||||
distro==1.8.0
|
||||
# via pyinfra
|
||||
gevent==22.10.2
|
||||
# via pyinfra
|
||||
greenlet==2.0.1
|
||||
greenlet==2.0.2
|
||||
# via gevent
|
||||
idna==3.4
|
||||
# via requests
|
||||
invoke==1.7.1
|
||||
invoke==2.1.0
|
||||
# via -r ./requirements.in
|
||||
jinja2==3.1.2
|
||||
# via pyinfra
|
||||
markupsafe==2.1.1
|
||||
markupsafe==2.1.2
|
||||
# via jinja2
|
||||
mypy-extensions==0.4.3
|
||||
mypy-extensions==1.0.0
|
||||
# via black
|
||||
packaging==23.1
|
||||
# via black
|
||||
ntlm-auth==1.5.0
|
||||
# via requests-ntlm
|
||||
paramiko==2.12.0
|
||||
# via pyinfra
|
||||
pathspec==0.9.0
|
||||
pathspec==0.11.1
|
||||
# via black
|
||||
platformdirs==2.5.2
|
||||
platformdirs==3.5.0
|
||||
# via black
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pyinfra==2.5.3
|
||||
pyinfra==2.6.2
|
||||
# via -r ./requirements.in
|
||||
pynacl==1.5.0
|
||||
# via paramiko
|
||||
pyspnego==0.9.0
|
||||
# via requests-ntlm
|
||||
python-dateutil==2.8.2
|
||||
# via pyinfra
|
||||
pywinrm==0.4.3
|
||||
# via pyinfra
|
||||
requests==2.28.1
|
||||
requests==2.29.0
|
||||
# via
|
||||
# pywinrm
|
||||
# requests-ntlm
|
||||
requests-ntlm==1.1.0
|
||||
requests-ntlm==1.2.0
|
||||
# via pywinrm
|
||||
six==1.16.0
|
||||
# via
|
||||
# paramiko
|
||||
# python-dateutil
|
||||
# pywinrm
|
||||
tomli==2.0.1
|
||||
# via black
|
||||
typing-extensions==4.3.0
|
||||
# via black
|
||||
urllib3==1.26.12
|
||||
urllib3==1.26.15
|
||||
# via requests
|
||||
xmltodict==0.13.0
|
||||
# via pywinrm
|
||||
zope-event==4.5.0
|
||||
zope-event==4.6
|
||||
# via gevent
|
||||
zope-interface==5.5.1
|
||||
zope-interface==6.0
|
||||
# via gevent
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
Reference in a new issue