Skip to content

Commit

Permalink
Bump twine to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Costas Tyfoxylos committed Oct 4, 2024
1 parent d95d1c2 commit 2c3b84a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ betamax = ">=0.8,<1.0"
betamax-serializers = "~=0.2,<1.0"
semver = ">=3.0,<4.0"
gitwrapperlib = ">=1.0,<2.0"
twine = ">=4.0,<5.0"
twine = ">=5.0,<6.0"
coloredlogs = ">=15.0,<16.0"
emoji = ">=2.13.2,<3.0"
toml = ">=0.1,<1.0"
Expand All @@ -26,6 +26,6 @@ astroid = "==2.15.6"
boto3 = ">=1.19.8,<2.0"
opnieuw = ">=1.1.0,<2.0"
python-dateutil = ">=2.8.2,<3.0"
schema = "*"
requests = "*"
pyyaml = "*"
schema = "~=0.7"
requests = "~=2.32"
pyyaml = "~=6.0"
18 changes: 9 additions & 9 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ betamax>=0.9.0 ; python_full_version >= '3.8.1'
betamax-serializers~=0.2.1
semver>=3.0.2 ; python_version >= '3.7'
gitwrapperlib>=1.0.4
twine>=4.0.2 ; python_version >= '3.7'
twine>=5.1.1 ; python_version >= '3.8'
coloredlogs>=15.0.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
emoji>=2.14.0 ; python_version >= '3.7'
toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
Expand Down

0 comments on commit 2c3b84a

Please sign in to comment.