Skip to content

Commit

Permalink
Merge pull request #45 from kbarnes3/python_update
Browse files Browse the repository at this point in the history
Upgrade Python requirements
  • Loading branch information
kbarnes3 committed Apr 16, 2024
2 parents ae3d124 + 979ec2f commit 856967e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
6 changes: 3 additions & 3 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.17
version = 0.5.18
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.3.0
keyring>=25.0.0
keyring>=25.1.0
fabric>=2.7.1
patchwork>=1.0.1
colorama>=0.4.6
Expand All @@ -40,4 +40,4 @@ console_scripts =
test = pylint
publish =
build
twine
twine
10 changes: 6 additions & 4 deletions ubuntu64-py310-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# via ./python
astroid==3.1.0
# via pylint
backports-tarfile==1.1.0
# via jaraco-context
bcrypt==4.1.2
# via paramiko
certifi==2024.2.2
Expand Down Expand Up @@ -37,7 +39,7 @@ fabric==2.7.1
# plush-fabric
httplib2==0.22.0
# via oauth2client
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via keyring
Expand All @@ -47,15 +49,15 @@ isort==5.13.2
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.0.0
keyring==25.1.0
# via plush-fabric
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -108,7 +110,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# astroid
# pygithub
Expand Down
12 changes: 7 additions & 5 deletions win64-py310-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# via ./python
astroid==3.1.0
# via pylint
backports-tarfile==1.1.0
# via jaraco-context
bcrypt==4.1.2
# via paramiko
build==1.2.1
Expand Down Expand Up @@ -35,15 +37,15 @@ deprecated==1.2.14
# pygithub
dill==0.3.8
# via pylint
docutils==0.20.1
docutils==0.21.1
# via readme-renderer
fabric==2.7.1
# via
# patchwork
# plush-fabric
httplib2==0.22.0
# via oauth2client
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
Expand All @@ -55,11 +57,11 @@ isort==5.13.2
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
keyring==25.0.0
keyring==25.1.0
# via
# plush-fabric
# twine
Expand Down Expand Up @@ -146,7 +148,7 @@ tomlkit==0.12.4
# via pylint
twine==5.0.0
# via plush-fabric
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# astroid
# pygithub
Expand Down

0 comments on commit 856967e

Please sign in to comment.