Skip to content

Commit

Permalink
Merge pull request #2384 from camptocamp/twine-118
Browse files Browse the repository at this point in the history
Fix twine issue
  • Loading branch information
sbrunner authored Jun 26, 2024
2 parents b287a25 + 1b4e5f2 commit f5e7361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
c2cciutils[checks,publish]==1.4.16
importlib-metadata<8.0.0 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492
poetry-dynamic-versioning==0.21.5
poetry-plugin-export==1.2.0
poetry-plugin-tweak-dependencies-version==1.2.1
Expand All @@ -9,4 +10,3 @@ cryptography>=39.0.1 # not directly required, pinned by Snyk to avoid a vulnerab
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit f5e7361

Please sign in to comment.