diff --git a/sdk/orm-django/poetry.lock b/sdk/orm-django/poetry.lock index 4935b45..ae96470 100644 --- a/sdk/orm-django/poetry.lock +++ b/sdk/orm-django/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "appnope" @@ -359,38 +359,38 @@ files = [ [[package]] name = "django-stubs" -version = "1.16.0" +version = "4.2.0" description = "Mypy stubs for Django" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "django-stubs-1.16.0.tar.gz", hash = "sha256:1bd96207576cd220221a0e615f0259f13d453d515a80f576c1246e0fb547f561"}, - {file = "django_stubs-1.16.0-py3-none-any.whl", hash = "sha256:c95f948e2bfc565f3147e969ff361ef033841a0b8a51cac974a6cc6d0486732c"}, + {file = "django-stubs-4.2.0.tar.gz", hash = "sha256:93baff824f0a056e71036b423b942a74f07b909e45e3fa38185b910f597c5c08"}, + {file = "django_stubs-4.2.0-py3-none-any.whl", hash = "sha256:d2c671989efb3f7b0fa91e461909ad5a5a52155fe7fe6d1f2058cb88e3afb123"}, ] [package.dependencies] django = "*" -django-stubs-ext = ">=0.8.0" +django-stubs-ext = ">=4.2.0" mypy = ">=0.980" -tomli = "*" +tomli = {version = "*", markers = "python_version < \"3.11\""} types-pytz = "*" types-PyYAML = "*" typing-extensions = "*" [package.extras] -compatible-mypy = ["mypy (>=1.1.1,<1.2)"] +compatible-mypy = ["mypy (>=1.2.0,<1.3)"] [[package]] name = "django-stubs-ext" -version = "0.8.0" +version = "4.2.0" description = "Monkey-patching and extensions for django-stubs" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "django-stubs-ext-0.8.0.tar.gz", hash = "sha256:9a9ba9e2808737949de96a0fce8b054f12d38e461011d77ebc074ffe8c43dfcb"}, - {file = "django_stubs_ext-0.8.0-py3-none-any.whl", hash = "sha256:a454d349d19c26d6c50c4c6dbc1e8af4a9cda4ce1dc4104e3dd4c0330510cc56"}, + {file = "django-stubs-ext-4.2.0.tar.gz", hash = "sha256:7789f0caeca7152fef07ad6b94dec7310a05d0b8dab77f7979e19db0037b5127"}, + {file = "django_stubs_ext-4.2.0-py3-none-any.whl", hash = "sha256:55b2e3077f883e0131a7596f8ff8b19f8fc3ca325a3318ccacf5331acb2601e4"}, ] [package.dependencies] @@ -1133,4 +1133,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "db29107325ddb2eea1b74b2fc0b431119fcb33c293d571ad24416749ea1ef7d9" +content-hash = "2d77507b152778db45388faea250edda1548d91c343099507c08a4f4c3fd1c2e" diff --git a/sdk/orm-django/pyproject.toml b/sdk/orm-django/pyproject.toml index a60de9d..0248a95 100644 --- a/sdk/orm-django/pyproject.toml +++ b/sdk/orm-django/pyproject.toml @@ -45,7 +45,7 @@ requests = "^2.28.2" [tool.poetry.group.dev.dependencies] autopep8 = "^2.0.2" -django-stubs = "^1.15.0" +django-stubs = ">=1.15,<5.0" types-requests = "^2.28.11.15" pytest-django = "^4.5.2" pytest = "^7.2.2"