diff --git a/requirements/local.txt b/requirements/local.txt index ba515391..0d170593 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -34,4 +34,5 @@ factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==6.2.0 # https://github.com/jazzband/django-debug-toolbar django-extensions==4.1 # https://github.com/django-extensions/django-extensions django-coverage-plugin==3.2.0 # https://github.com/nedbat/django_coverage_plugin -pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django \ No newline at end of file +pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django +anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file