diff --git a/poetry.lock b/poetry.lock index 1e972477..50922854 100644 --- a/poetry.lock +++ b/poetry.lock @@ -809,35 +809,36 @@ sftp = ["paramiko (>=1.15)"] [[package]] name = "django-stubs" -version = "5.0.0" +version = "5.1.0" description = "Mypy stubs for Django" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs-5.0.0-py3-none-any.whl", hash = "sha256:084484cbe16a6d388e80ec687e46f529d67a232f3befaf55c936b3b476be289d"}, - {file = "django_stubs-5.0.0.tar.gz", hash = "sha256:b8a792bee526d6cab31e197cb414ee7fa218abd931a50948c66a80b3a2548621"}, + {file = "django_stubs-5.1.0-py3-none-any.whl", hash = "sha256:b98d49a80aa4adf1433a97407102d068de26c739c405431d93faad96dd282c40"}, + {file = "django_stubs-5.1.0.tar.gz", hash = "sha256:86128c228b65e6c9a85e5dc56eb1c6f41125917dae0e21e6cfecdf1b27e630c5"}, ] [package.dependencies] asgiref = "*" django = "*" -django-stubs-ext = ">=5.0.0" +django-stubs-ext = ">=5.1.0" types-PyYAML = "*" -typing-extensions = "*" +typing-extensions = ">=4.11.0" [package.extras] -compatible-mypy = ["mypy (>=1.10.0,<1.11.0)"] +compatible-mypy = ["mypy (>=1.11.0,<1.12.0)"] +oracle = ["oracledb"] redis = ["redis"] [[package]] name = "django-stubs-ext" -version = "5.0.0" +version = "5.1.0" description = "Monkey-patching and extensions for django-stubs" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "django_stubs_ext-5.1.0-py3-none-any.whl", hash = "sha256:a455fc222c90b30b29ad8c53319559f5b54a99b4197205ddbb385aede03b395d"}, + {file = "django_stubs_ext-5.1.0.tar.gz", hash = "sha256:ed7d51c0b731651879fc75f331fb0806d98b67bfab464e96e2724db6b46ef926"}, ] [package.dependencies] @@ -2260,4 +2261,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e57df7375dbe44fb36bc02dead35e3c3b8b10a43ddac849315495294f55a1a20" +content-hash = "de38f628b4bcf6a5e914f4828aaf450928842fb69caf0c974aa53c16156b67a7" diff --git a/pyproject.toml b/pyproject.toml index d5ff1703..52d0394b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ pylint = "^2.16.1" wheel = "^0.44.0" pre-commit = "^3.8.0" flynt = "^0.77" -django-stubs = "^5.0.0" +django-stubs = "^5.1.0" types-requests = "^2.32.0.20240523" types-redis = "^4.6.0.2" ipython = "^8.27.0"