diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 8a6c550..c198521 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -24,4 +24,4 @@ django-napse==1.10.4 # https://github.com/napse-invest/django-napse djangorestframework-api-key==2.3.0 # External tools -coverage==7.3.2 # https://github.com/nedbat/coveragepy \ No newline at end of file +coverage==7.4.0 # https://github.com/nedbat/coveragepy \ No newline at end of file diff --git a/backend/requirements/development.txt b/backend/requirements/development.txt index 6c8f16b..13cd123 100644 --- a/backend/requirements/development.txt +++ b/backend/requirements/development.txt @@ -14,7 +14,7 @@ pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar # ------------------------------------------------------------------------------ flake8==6.1.0 # https://github.com/PyCQA/flake8 flake8-isort==6.1.0 # https://github.com/gforcada/flake8-isort -coverage==7.3.2 # https://github.com/nedbat/coveragepy +coverage==7.4.0 # https://github.com/nedbat/coveragepy black==23.12.1 # https://github.com/psf/black pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery