Skip to content

Commit

Permalink
Merge pull request #405 from jrobichaud/dependabot/pip/requirements/c…
Browse files Browse the repository at this point in the history
…overage-7.3.3
  • Loading branch information
jrobichaud committed Dec 18, 2023
2 parents 0bb8e96 + 283fc3a commit 2527f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pytest-cov==4.1.0

# Code quality
# ------------------------------------------------------------------------------
coverage==7.3.2 # https://github.com/nedbat/coveragepy
coverage==7.3.3 # https://github.com/nedbat/coveragepy
pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery

Expand Down
2 changes: 1 addition & 1 deletion requirements/local-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pytest-mock==3.12.0 # https://github.com/pytest-dev/pytest-mock
# Code quality
# ------------------------------------------------------------------------------
-r ruff.txt
coverage==7.3.2 # https://github.com/nedbat/coveragepy
coverage==7.3.3 # https://github.com/nedbat/coveragepy
-r black.txt
pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
Expand Down

0 comments on commit 2527f47

Please sign in to comment.