Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/jsonschema-4.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jberends committed Oct 30, 2023
2 parents acc970d + 39fd78a commit 04c941f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-ci.txt
Expand Up @@ -6,7 +6,7 @@ envparse
typing
six
jsonschema
semver==3.0.1
semver==3.0.2
pytz

# These requirements are needed for ci testing
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -6,13 +6,13 @@ envparse==0.2.0
jsonschema==4.19.1

# for version comparison
semver==3.0.1
semver==3.0.2

# testing
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 @@ -29,7 +29,7 @@ flake8==6.1.0
importlib-metadata==6.8.0
pydocstyle==6.3.0
mypy==1.6.1; python_version >= '3.4'
pre-commit==3.3.3
pre-commit==3.5.0

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

0 comments on commit 04c941f

Please sign in to comment.