Skip to content

Commit

Permalink
Merge pull request #43 from kbarnes3/python_update
Browse files Browse the repository at this point in the history
Upgrade Python requirements
  • Loading branch information
kbarnes3 committed Mar 2, 2024
2 parents 691344f + ab35aa1 commit 93d44a2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = plush-fabric
version = 0.5.15
version = 0.5.16
author = Kevin Barnes
author_email = kbarnes3@gmail.com
description = Helper library for Fabric to simplify creating and managing GitHub deploy keys when deploying GitHub-hosted repositories
Expand All @@ -26,7 +26,7 @@ python_requires = >=3.10
install_requires =
oauth2client>=4.1.3
PyGithub>=2.2.0
keyring>=24.3.0
keyring>=24.3.1
fabric>=2.7.1
patchwork>=1.0.1
colorama>=0.4.6
Expand Down
12 changes: 6 additions & 6 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.3
astroid==3.1.0
# 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.4
cryptography==42.0.5
# via
# paramiko
# pyjwt
Expand Down Expand Up @@ -51,7 +51,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.3.0
keyring==24.3.1
# via plush-fabric
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -80,7 +80,7 @@ pygithub==2.2.0
# via plush-fabric
pyjwt[crypto]==2.8.0
# via pygithub
pylint==3.0.3
pylint==3.1.0
# via plush-fabric
pynacl==1.5.0
# via
Expand All @@ -100,9 +100,9 @@ six==1.16.0
# pathlib2
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# pygithub
Expand Down
18 changes: 9 additions & 9 deletions win64-py310-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
-e ./python
# via ./python
astroid==3.0.3
astroid==3.1.0
# via pylint
bcrypt==4.1.2
# via paramiko
build==1.0.3
build==1.1.1
# via plush-fabric
certifi==2024.2.2
# via requests
Expand All @@ -25,7 +25,7 @@ colorama==0.4.6
# build
# plush-fabric
# pylint
cryptography==42.0.4
cryptography==42.0.5
# via
# paramiko
# pyjwt
Expand Down Expand Up @@ -55,7 +55,7 @@ isort==5.13.2
# via pylint
jaraco-classes==3.3.1
# via keyring
keyring==24.3.0
keyring==24.3.1
# via
# plush-fabric
# twine
Expand Down Expand Up @@ -100,7 +100,7 @@ pygments==2.17.2
# rich
pyjwt[crypto]==2.8.0
# via pygithub
pylint==3.0.3
pylint==3.1.0
# via plush-fabric
pynacl==1.5.0
# via
Expand All @@ -112,7 +112,7 @@ pyproject-hooks==1.0.0
# via build
pywin32-ctypes==0.2.2
# via keyring
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -123,7 +123,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
rsa==4.9
# via oauth2client
Expand All @@ -136,11 +136,11 @@ tomli==2.0.1
# build
# pylint
# pyproject-hooks
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
twine==5.0.0
# via plush-fabric
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# pygithub
Expand Down

0 comments on commit 93d44a2

Please sign in to comment.