Skip to content

Commit

Permalink
update Pipfile and fixed pytest-cov version not available error in GH…
Browse files Browse the repository at this point in the history
… action
  • Loading branch information
stuchalk committed Jan 29, 2025
1 parent 965fdd1 commit 57a968a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ numpy = ">=2.2.0"
requests = ">=2.32.0"

[dev-packages]
pytest = ">=7.2.0"
pytest = ">=8.3.4"

[requires]
python_version = "3.11"
python_version = "3.12"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ numpy = "^2.2.0"
autopep8 = "^2.3.2"
flake8 = "^7.1.1"
pytest = "^8.3.4"
pytest-cov = "^6.0.0"
pytest-cov = "^5.0.0"

[build-system]
requires = ["poetry-core>=1.9.1"]
Expand Down

0 comments on commit 57a968a

Please sign in to comment.