Skip to content

Commit

Permalink
refact: upgrade cattrs
Browse files Browse the repository at this point in the history
Our other code relies on latest cattrs, while taf had it pinned to a very old version.
  • Loading branch information
n-dusan committed Aug 24, 2023
1 parent 731ff7c commit 48499eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def finalize_options(self):
"data_files": [("lib/site-packages/taf", ["./LICENSE.md", "./README.md"])],
"zip_safe": False,
"install_requires": [
"cattrs==23.1.*",
"click==7.*",
"colorama>=0.3.9",
"oll-tuf==0.20.0.dev2",
Expand All @@ -70,7 +71,6 @@ def finalize_options(self):
"loguru==0.6.*",
"pygit2==1.9.*",
"pyOpenSSL==22.1.*",
"cattrs==1.*",
"logdecorator==2.*",
],
"extras_require": {
Expand Down

0 comments on commit 48499eb

Please sign in to comment.