diff --git a/poetry.lock b/poetry.lock index b1e547e..1aa1399 100644 --- a/poetry.lock +++ b/poetry.lock @@ -396,33 +396,35 @@ sftp = ["paramiko (>=1.15)"] [[package]] name = "django-stubs" -version = "1.9.0" +version = "5.0.0" description = "Mypy stubs for Django" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "django-stubs-1.9.0.tar.gz", hash = "sha256:664843091636a917faf5256d028476559dc360fdef9050b6df87ab61b21607bf"}, - {file = "django_stubs-1.9.0-py3-none-any.whl", hash = "sha256:59c9f81af64d214b1954eaf90f037778c8d2b9c2de946a3cda177fefcf588fbd"}, + {file = "django_stubs-5.0.0-py3-none-any.whl", hash = "sha256:084484cbe16a6d388e80ec687e46f529d67a232f3befaf55c936b3b476be289d"}, + {file = "django_stubs-5.0.0.tar.gz", hash = "sha256:b8a792bee526d6cab31e197cb414ee7fa218abd931a50948c66a80b3a2548621"}, ] [package.dependencies] +asgiref = "*" django = "*" -django-stubs-ext = ">=0.3.0" -mypy = ">=0.910" -toml = "*" -types-pytz = "*" +django-stubs-ext = ">=5.0.0" types-PyYAML = "*" typing-extensions = "*" +[package.extras] +compatible-mypy = ["mypy (>=1.10.0,<1.11.0)"] +redis = ["redis"] + [[package]] name = "django-stubs-ext" -version = "0.3.1" +version = "5.0.0" description = "Monkey-patching and extensions for django-stubs" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "django-stubs-ext-0.3.1.tar.gz", hash = "sha256:783c198d7e39a41be0b90fd843fa2770243a642922af679be4b19e03b82c8c28"}, - {file = "django_stubs_ext-0.3.1-py3-none-any.whl", hash = "sha256:a51a3e9e844d4e1cacaaedbb33bf3def78a3956eed5d9575a640bd97ccd99cec"}, + {file = "django_stubs_ext-5.0.0-py3-none-any.whl", hash = "sha256:8e1334fdf0c8bff87e25d593b33d4247487338aaed943037826244ff788b56a8"}, + {file = "django_stubs_ext-5.0.0.tar.gz", hash = "sha256:5bacfbb498a206d5938454222b843d81da79ea8b6fcd1a59003f529e775bc115"}, ] [package.dependencies] @@ -1256,17 +1258,6 @@ files = [ [package.extras] docs = ["mkdocs (>=1.1,<1.2)", "mkdocs-material (>=6.2,<6.3)"] -[[package]] -name = "toml" -version = "0.10.2" -description = "Python Library for Tom's Obvious, Minimal Language" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] - [[package]] name = "typeguard" version = "2.13.3" @@ -1282,17 +1273,6 @@ files = [ doc = ["sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] test = ["mypy", "pytest", "typing-extensions"] -[[package]] -name = "types-pytz" -version = "2021.3.5" -description = "Typing stubs for pytz" -optional = false -python-versions = "*" -files = [ - {file = "types-pytz-2021.3.5.tar.gz", hash = "sha256:fef8de238ee95135952229a2a23bfb87bd63d5a6c8598106a46cfcf48f069ea8"}, - {file = "types_pytz-2021.3.5-py3-none-any.whl", hash = "sha256:8831f689379ac9e2a62668157381379ed74b3702980e08e71f8673c179c4e3c7"}, -] - [[package]] name = "types-pyyaml" version = "6.0.5" @@ -1493,4 +1473,4 @@ testing = ["Pillow (>=9.1.0,<11.0.0)", "Wand (>=0.6,<1.0)", "black (==22.3.0)", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5301be2061ce87030c584170e6befdddc198eedf77e5290867ca138192e8b899" +content-hash = "7db00744c4b9660930ee3e4626d6896af7b300b7a299bebfa25aa4808d45a0e1" diff --git a/pyproject.toml b/pyproject.toml index f622016..8ed9280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ whitenoise = "^6.6.0" black = "^23" django-debug-toolbar = "^4.2.0" django-pattern-library = "~1.1.0" -django-stubs = "^1.9.0" +django-stubs = "^5.0.0" djhtml = "~3.0.6" flake8 = "^6.1.0" isort = "^5.12.0"