diff --git a/requirements/local.txt b/requirements/local.txt index a1cfd75db..6723a37df 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ watchfiles==1.2.0 # https://github.com/samuelcolvin/watchfiles # ------------------------------------------------------------------------------ mypy==2.3.0 # https://github.com/python/mypy -django-stubs==6.0.7 # https://github.com/typeddjango/django-stubs +django-stubs==6.1.0 # https://github.com/typeddjango/django-stubs pytest==9.1.1 # https://github.com/pytest-dev/pytest pytest-cov==7.1.0 # https://github.com/pytest-dev/pytest-cov pytest-xdist==3.8.0 # https://github.com/pytest-dev/pytest-xdist (parallel test execution)