diff --git a/poetry.lock b/poetry.lock index 389eaa2..e80c371 100644 --- a/poetry.lock +++ b/poetry.lock @@ -885,40 +885,39 @@ files = [ [[package]] name = "django-stubs" -version = "5.2.0" +version = "6.0.4" description = "Mypy stubs for Django" optional = false python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "django_stubs-5.2.0-py3-none-any.whl", hash = "sha256:cd52da033489afc1357d6245f49e3cc57bf49015877253fb8efc6722ea3d2d2b"}, - {file = "django_stubs-5.2.0.tar.gz", hash = "sha256:07e25c2d3cbff5be540227ff37719cc89f215dfaaaa5eb038a75b01bbfbb2722"}, + {file = "django_stubs-6.0.4-py3-none-any.whl", hash = "sha256:e991c68f77239663577a5f4fc75e99c84f867f378cafc97cbf4acc5aff378279"}, + {file = "django_stubs-6.0.4.tar.gz", hash = "sha256:7aee77e8de9c14c0d9cf84988befe826d93cbc15a87e0ade2943f14d553451cf"}, ] [package.dependencies] -asgiref = "*" django = "*" -django-stubs-ext = ">=5.2.0" -mypy = {version = ">=1.13,<1.16", optional = true, markers = "extra == \"compatible-mypy\""} -tomli = {version = "*", markers = "python_version < \"3.11\""} -types-PyYAML = "*" +django-stubs-ext = ">=6.0.2" +mypy = {version = ">=1.13,<2.1", optional = true, markers = "extra == \"compatible-mypy\""} +tomli = {version = "*", markers = "python_full_version < \"3.11.0\""} +types-pyyaml = "*" typing-extensions = ">=4.11.0" [package.extras] -compatible-mypy = ["mypy (>=1.13,<1.16)"] +compatible-mypy = ["mypy (>=1.13,<2.1)"] oracle = ["oracledb"] -redis = ["redis"] +redis = ["redis", "types-redis"] [[package]] name = "django-stubs-ext" -version = "5.2.0" +version = "6.0.4" description = "Monkey-patching and extensions for django-stubs" optional = false python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "django_stubs_ext-5.2.0-py3-none-any.whl", hash = "sha256:b27ae0aab970af4894ba4e9b3fcd3e03421dc8731516669659ee56122d148b23"}, - {file = "django_stubs_ext-5.2.0.tar.gz", hash = "sha256:00c4ae307b538f5643af761a914c3f8e4e3f25f4e7c6d7098f1906c0d8f2aac9"}, + {file = "django_stubs_ext-6.0.4-py3-none-any.whl", hash = "sha256:0434a912bb08a370afcac9e90305c53e6f4eed3c1d1d46962559da5f8dbb8f27"}, + {file = "django_stubs_ext-6.0.4.tar.gz", hash = "sha256:ff21f7b4362928b56e18cda0595f296e33c665f3019f4e3e4231977385e76cac"}, ] [package.dependencies]