Merge pull request #185 from imnotjames/use-semver-3

chore: bump semver to 3.0.x
This commit is contained in:
Scott Shawcroft 2023-10-30 10:39:02 -07:00 committed by GitHub
commit e73a094d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -23,7 +23,7 @@ with open(path.join(here, "README.rst"), encoding="utf-8") as f:
long_description = f.read()
install_requires = [
"semver~=2.13",
"semver~=3.0",
"Click>=8.0",
"appdirs>=1.4.3",
"requests>=2.22.0",