Skip to content

Commit

Permalink
Merge pull request #42 from kbarnes3/python_update
Browse files Browse the repository at this point in the history
Update Python requirements
  • Loading branch information
kbarnes3 committed Feb 21, 2024
2 parents ddb6349 + d3e6aea commit 691344f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
12 changes: 5 additions & 7 deletions ubuntu64-py310-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
-e ./python
# via ./python
astroid==3.0.2
astroid==3.0.3
# via pylint
bcrypt==4.1.2
# via paramiko
Expand All @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via plush-fabric
cryptography==42.0.2
cryptography==42.0.4
# via
# paramiko
# pyjwt
Expand All @@ -45,7 +45,7 @@ invoke==1.7.3
# via fabric
isort==5.13.2
# via pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -79,9 +79,7 @@ pycparser==2.21
pygithub==2.2.0
# via plush-fabric
pyjwt[crypto]==2.8.0
# via
# pygithub
# pyjwt
# via pygithub
pylint==3.0.3
# via plush-fabric
pynacl==1.5.0
Expand All @@ -108,7 +106,7 @@ typing-extensions==4.9.0
# via
# astroid
# pygithub
urllib3==2.2.0
urllib3==2.2.1
# via
# pygithub
# requests
Expand Down
14 changes: 6 additions & 8 deletions win64-py310-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
-e ./python
# via ./python
astroid==3.0.2
astroid==3.0.3
# via pylint
bcrypt==4.1.2
# via paramiko
Expand All @@ -25,7 +25,7 @@ colorama==0.4.6
# build
# plush-fabric
# pylint
cryptography==42.0.2
cryptography==42.0.4
# via
# paramiko
# pyjwt
Expand Down Expand Up @@ -53,7 +53,7 @@ invoke==1.7.3
# via fabric
isort==5.13.2
# via pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
keyring==24.3.0
# via
Expand Down Expand Up @@ -99,9 +99,7 @@ pygments==2.17.2
# readme-renderer
# rich
pyjwt[crypto]==2.8.0
# via
# pygithub
# pyjwt
# via pygithub
pylint==3.0.3
# via plush-fabric
pynacl==1.5.0
Expand Down Expand Up @@ -140,13 +138,13 @@ tomli==2.0.1
# pyproject-hooks
tomlkit==0.12.3
# via pylint
twine==4.0.2
twine==5.0.0
# via plush-fabric
typing-extensions==4.9.0
# via
# astroid
# pygithub
urllib3==2.2.0
urllib3==2.2.1
# via
# pygithub
# requests
Expand Down

0 comments on commit 691344f

Please sign in to comment.