diff --git a/requirements/local.txt b/requirements/local.txt index cadc3d0..8cd124d 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -8,8 +8,8 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions django-debug-toolbar # https://github.com/jazzband/django-debug-toolbar -pytest==8.3.5 +pytest==9.0.3 pytest-django==4.11.1 -pytest-cov==6.1.1 -coverage==7.8.0 +pytest-cov==7.1.0 +coverage==7.10.6 django-coverage-plugin==3.1.0 \ No newline at end of file diff --git a/requirements/production.txt b/requirements/production.txt index 3bde9f4..a034216 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,9 +3,9 @@ -r base.txt gevent==24.2.1 # http://www.gevent.org/ -gunicorn==21.2.0 # https://github.com/benoitc/gunicorn +gunicorn==26.0.0 psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 -sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python +sentry-sdk[django]==2.60.0 # Django # ------------------------------------------------------------------------------