diff --git a/Pipfile b/Pipfile index 59d05f1..77991c6 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ sqlalchemy2-stubs = "==0.0.2a38" phonenumbers = ">=5.9.2" mypy = "==1.19.1" -twine = "==6.2.0" +twine = "==7.0.0" [requires] python_version = "3.9" diff --git a/setup.py b/setup.py index dde571b..89dfb06 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "sqlalchemy-utils==0.42.1", "sqlalchemy2-stubs==0.0.2a38", "mypy==1.19.1", - "twine==6.2.0", + "twine==7.0.0", "phonenumbers>=5.9.2", ] },