We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b878c27 commit 3cc1d5dCopy full SHA for 3cc1d5d
2 files changed
pyproject.toml
@@ -29,7 +29,7 @@ dev = [
29
"black == 23.9.1",
30
"pytest == 7.4.2",
31
"build == 1.0.3",
32
- "twine == 4.0.2",
+ "twine == 5.1.1",
33
]
34
35
[project.scripts]
requirements.txt
@@ -5,4 +5,4 @@ codespell==2.2.6
5
directory-tree==0.0.4
6
emoji==2.8.0
7
tox==4.11.3
8
-twine==4.0.2
+twine==5.1.1
0 commit comments