chore: bump semver to 3.0.x

This commit is contained in:
James Ward 2023-10-29 16:01:38 -04:00
parent abd225169a
commit 255493fbcb
No known key found for this signature in database
GPG key ID: F53FE2DEDD7BBD79
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",