Skip to content

Commit

Permalink
Bump semver from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/python-semver/python-semver) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/python-semver/python-semver/releases)
- [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst)
- [Commits](python-semver/python-semver@3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent f190581 commit 04ded28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-ci.txt
Expand Up @@ -6,7 +6,7 @@ envparse
typing
six
jsonschema
semver==3.0.0
semver==3.0.1
pytz

# These requirements are needed for ci testing
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,7 +6,7 @@ envparse==0.2.0
jsonschema==4.17.3

# for version comparison
semver==3.0.0
semver==3.0.1

# testing
pytest==7.2.1
Expand Down

0 comments on commit 04ded28

Please sign in to comment.