diff --git a/examples/django-encryption-example/poetry.lock b/examples/django-encryption-example/poetry.lock index c2bebca..63bd302 100644 --- a/examples/django-encryption-example/poetry.lock +++ b/examples/django-encryption-example/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" @@ -306,38 +306,38 @@ djangorestframework = "*" [[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] @@ -1002,4 +1002,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "83c08810b4822895144f2ea1e22156c19b1fe00fe2d4a070f18ef60c66d1743f" +content-hash = "45373532fe97984bb9c4a9e36685c0a1b0d95ded669ebfc9a3efdd07f19b200d" diff --git a/examples/django-encryption-example/pyproject.toml b/examples/django-encryption-example/pyproject.toml index 316c8ef..5c51f41 100644 --- a/examples/django-encryption-example/pyproject.toml +++ b/examples/django-encryption-example/pyproject.toml @@ -23,7 +23,7 @@ django-encryption = {path = "../../sdk/orm-django/", develop = true} pytest = "^7.2.2" mypy = "^1.0.1" pytest-django = "^4.5.2" -django-stubs = "^1.15.0" +django-stubs = "^4.2.1" types-requests = "^2.28.11.15" autopep8 = "^2.0.2" ipython = "^8.11.0"