Skip to content

Commit

Permalink
Update dependencies (#549)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pre-commit requirement from ~=3.6 to ~=3.7 (#547)
* Update pytest-cov requirement from ~=4.1 to ~=5.0 (#548)


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Apr 2, 2024
1 parent 5935634 commit 78afce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
invoke~=2.2
pre-commit~=3.6
pre-commit~=3.7
pylint~=3.1
2 changes: 1 addition & 1 deletion requirements_testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
httpx~=0.27.0
pgtest~=1.3
pytest~=7.4
pytest-cov~=4.1
pytest-cov~=5.0

0 comments on commit 78afce3

Please sign in to comment.