diff --git a/requirements/local.txt b/requirements/local.txt index 2757732..32f9831 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -12,7 +12,7 @@ django-coverage-plugin==3.0.0 # https://github.com/nedbat/django_coverage_plugi coverage==7.2.5 # https://github.com/nedbat/coveragepy # Code quality -django-stubs==4.2.0 # https://github.com/typeddjango/django-stubs +django-stubs==4.2.1 # https://github.com/typeddjango/django-stubs types-freezegun==1.1.10 # https://github.com/python/typeshed mypy==1.3.0 # https://github.com/python/mypy black==23.3.0 # https://github.com/ambv/black