Skip to content

Commit

Permalink
chore: bump twine to newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
jombooth committed Feb 13, 2025
1 parent 7690c6b commit d44cf5f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
41 changes: 22 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ lxml = {extras = ["html_clean"], version = ">=4.9.4"}
defusedxml = ">=0.7.1"
numpy = "^1.26.4"
ordered-set = "4.0.2"
packaging = ">=24.2"
pandas = ">=2.2.3"
psycopg2-binary = "2.9.10"
pydantic = ">=2.9.2"
Expand Down Expand Up @@ -229,8 +228,10 @@ s3transfer = "0.7.0"
mock = ">=5.1.0"
moto = ">=4.2.6"
requests-mock = "1.12.1"

[tool.poetry.group.build.dependencies]
twine = ">=4.0.2"
twine = "==6.0.1"
packaging = ">=24.2"

[tool.poetry.extras]
uwsgi = ["pyuwsgi","uwsgitop"]
Expand Down

0 comments on commit d44cf5f

Please sign in to comment.