diff --git a/examples/django-encryption-example/poetry.lock b/examples/django-encryption-example/poetry.lock index c2bebca..3342712 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" @@ -905,14 +905,14 @@ files = [ [[package]] name = "types-requests" -version = "2.28.11.17" +version = "2.29.0.0" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.28.11.17.tar.gz", hash = "sha256:0d580652ce903f643f8c3b494dd01d29367ea57cea0c7ad7f65cf3169092edb0"}, - {file = "types_requests-2.28.11.17-py3-none-any.whl", hash = "sha256:cc1aba862575019306b2ed134eb1ea994cab1c887a22e18d3383e6dd42e9789b"}, + {file = "types-requests-2.29.0.0.tar.gz", hash = "sha256:c86f4a955d943d2457120dbe719df24ef0924e11177164d10a0373cf311d7b4d"}, + {file = "types_requests-2.29.0.0-py3-none-any.whl", hash = "sha256:4cf6e323e856c779fbe8815bb977a5bf5d6c5034713e4c17ff2a9a20610f5b27"}, ] [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 = "20ce3d1c9e8022fa0f0fc5a670c8c0a440d103b8126d1fcc3f3c03eaa27005d2" diff --git a/examples/django-encryption-example/pyproject.toml b/examples/django-encryption-example/pyproject.toml index 316c8ef..b660de3 100644 --- a/examples/django-encryption-example/pyproject.toml +++ b/examples/django-encryption-example/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^7.2.2" mypy = "^1.0.1" pytest-django = "^4.5.2" django-stubs = "^1.15.0" -types-requests = "^2.28.11.15" +types-requests = "^2.29.0.0" autopep8 = "^2.0.2" ipython = "^8.11.0" django-coverage = "^1.2.4"