Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/semver-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jberends committed Oct 30, 2023
2 parents b723288 + dbbcb7c commit 161a96f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -12,7 +12,7 @@ semver==3.0.2
pytest==7.4.2
pytest-xdist[psutil]==3.3.1
betamax==0.8.1
coverage~=6.5.0 # pinned to <7 as coveralls is preventing v7 for coverage
coverage~=7.3.2 # pinned to <7 as coveralls is preventing v7 for coverage
pytest-cov==4.1.0
coveralls==3.3.1

Expand All @@ -28,8 +28,8 @@ tox==4.11.3
flake8==6.1.0
importlib-metadata==6.8.0
pydocstyle==6.3.0
mypy==1.5.1; python_version >= '3.4'
pre-commit==3.3.3
mypy==1.6.1; python_version >= '3.4'
pre-commit==3.5.0

# for package management (uploads)
twine~=4.0; python_version >= '3.7'
Expand Down

0 comments on commit 161a96f

Please sign in to comment.