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 29, 2023
1 parent 96879e2 commit 59ca217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning][semver].

### Changed

- Bump `cattrs` ([349])
- Improve CLI error handling ([346])
- Update signing keys loading. Add a flag for specifying if the user will be asked to manually enter a key ([346])
- Remove default branch specification from updater ([343])
Expand All @@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning][semver].
- Fix commits per repositories function when same target commits are on different branches ([337])
- Add missing `write` flag to `taf targets sign` ([329])

[349]: https://github.com/openlawlibrary/taf/pull/349
[346]: https://github.com/openlawlibrary/taf/pull/346
[343]: https://github.com/openlawlibrary/taf/pull/343
[342]: https://github.com/openlawlibrary/taf/pull/342
Expand Down
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.2",
"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 59ca217

Please sign in to comment.