diff --git a/sdk/orm-django/poetry.lock b/sdk/orm-django/poetry.lock index 4935b45..dd8532b 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.1" description = "Mypy stubs for Django" category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" 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.1.tar.gz", hash = "sha256:8c15d5f7b05926805cfb25f2bfbf3509c37792fbd8aec5aedea358b85d8bccd5"}, + {file = "django_stubs-4.2.1-py3-none-any.whl", hash = "sha256:66477bdba25407623f4079205e58f3c7265a4f0d8f7c9f540a6edc16f8883a5b"}, ] [package.dependencies] django = "*" -django-stubs-ext = ">=0.8.0" -mypy = ">=0.980" -tomli = "*" +django-stubs-ext = ">=4.2.1" +mypy = ">=1.0.0" +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.3.0,<1.4)"] [[package]] name = "django-stubs-ext" -version = "0.8.0" +version = "4.2.1" description = "Monkey-patching and extensions for django-stubs" category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" 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.1.tar.gz", hash = "sha256:2696d6f7d8538341b060cffa9565c72ea797e866687e040b86d29cad8799e5fe"}, + {file = "django_stubs_ext-4.2.1-py3-none-any.whl", hash = "sha256:4b6b63e49f4ba30d93ec46f87507648c99c9de6911e651ad69db7084fd5b2f4e"}, ] [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 67e7766..57c7d32 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"