Skip to content

Commit

Permalink
sec3: update setuptools (#57)
Browse files Browse the repository at this point in the history
* sec3:
update setuptools to >=65.5.1

* sec3:
bump version to 0.4.7
  • Loading branch information
dennisvang authored Nov 28, 2022
1 parent d5855d6 commit 6ccfc6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ PyNaCl==1.5.0
pyparsing==3.0.9
requests==2.28.1
securesystemslib==0.24.0
setuptools==63.2.0
setuptools==65.6.3
tuf==2.0.0
urllib3==1.26.12
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_requires =
cryptography>=38.0.3
packaging==21.*
securesystemslib[crypto,pynacl]==0.24.*
setuptools>=61.*.*
setuptools>=65.5.1
tuf==2.*

[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion src/tufup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
# https://semver.org/
__version__ = '0.4.6'
__version__ = '0.4.7'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 6ccfc6e

Please sign in to comment.