Skip to content

Commit

Permalink
chore: bump semver to 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Oct 29, 2023
1 parent abd2251 commit 1119ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pytz==2019.2
readme-renderer==24.0
requests==2.31.0
requests-toolbelt==0.9.1
semver==2.13.0
semver==3.0.1
six==1.12.0
snowballstemmer==1.9.0
Sphinx==2.2.0
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
long_description = f.read()

install_requires = [
"semver~=2.13",
"semver~=3.0
",
"Click>=8.0",
"appdirs>=1.4.3",
"requests>=2.22.0",
Expand Down

0 comments on commit 1119ea1

Please sign in to comment.