diff --git a/pyproject.toml b/pyproject.toml index 5b6fd47963..90ce6e3088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev = [ "pylint==3.1.0", "pylint-django==2.5.5", "pytest==8.1.1", - "pytest-cov==4.1.0", + "pytest-cov==5.0.0", "pytest-django==4.8.0", "responses==0.25.0", ] @@ -94,7 +94,7 @@ sandbox = [ "factory-boy==3.3.0", "gunicorn==21.2.0", "psycopg2-binary==2.9.9", - "sentry-sdk==1.42.0", + "sentry-sdk==1.43.0", ] [tool.flake8]