Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python requirements #57

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ubuntu64-py312-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via plush-fabric
cryptography==42.0.7
cryptography==42.0.8
# via
# paramiko
# pyjwt
Expand Down Expand Up @@ -57,7 +57,7 @@ keyring==25.2.1
# via plush-fabric
mccabe==0.7.0
# via pylint
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -80,7 +80,7 @@ pygithub==2.3.0
# via plush-fabric
pyjwt[crypto]==2.8.0
# via pygithub
pylint==3.2.2
pylint==3.2.3
# via plush-fabric
pynacl==1.5.0
# via
Expand All @@ -98,9 +98,9 @@ six==1.16.0
# via oauth2client
tomlkit==0.12.5
# via pylint
typing-extensions==4.12.1
typing-extensions==4.12.2
# via pygithub
urllib3==2.2.1
urllib3==2.2.2
# via
# pygithub
# requests
Expand Down
16 changes: 8 additions & 8 deletions win64-py312-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ colorama==0.4.6
# build
# plush-fabric
# pylint
cryptography==42.0.7
cryptography==42.0.8
# via
# paramiko
# pyjwt
Expand Down Expand Up @@ -67,19 +67,19 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
# via readme-renderer
oauth2client==4.1.3
# via plush-fabric
packaging==24.0
packaging==24.1
# via build
paramiko==3.4.0
# via fabric
pkginfo==1.11.0
pkginfo==1.11.1
# via twine
platformdirs==4.2.2
# via pylint
Expand All @@ -100,7 +100,7 @@ pygments==2.18.0
# rich
pyjwt[crypto]==2.8.0
# via pygithub
pylint==3.2.2
pylint==3.2.3
# via plush-fabric
pynacl==1.5.0
# via
Expand Down Expand Up @@ -133,14 +133,14 @@ tomlkit==0.12.5
# via pylint
twine==5.1.0
# via plush-fabric
typing-extensions==4.12.1
typing-extensions==4.12.2
# via pygithub
urllib3==2.2.1
urllib3==2.2.2
# via
# pygithub
# requests
# twine
wrapt==1.16.0
# via deprecated
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata
Loading