Skip to content

Commit

Permalink
Merge branch 'main' into release-4.7.0-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jberends committed Apr 17, 2023
2 parents c1ff06d + 074c911 commit 6669586
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Expand Up @@ -12,7 +12,7 @@ semver==2.13.0
pytest==7.2.1
pytest-xdist[psutil]==3.2.1
betamax==0.8.1
coverage==7.1.0
coverage==7.2.3
pytest-cov==4.0.0
coveralls==3.3.1

Expand All @@ -21,14 +21,14 @@ Sphinx==6.1.3
nbsphinx==0.8.12

# integration
tox==4.4.5
tox==4.4.12

# code style
flake8==6.0.0
importlib-metadata==6.0.0
pydocstyle==6.3.0
mypy==0.991; python_version >= '3.4'
pre-commit==2.21.0
mypy==1.2.0; python_version >= '3.4'
pre-commit==3.2.2

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

0 comments on commit 6669586

Please sign in to comment.