diff --git a/examples/django-encryption-example/poetry.lock b/examples/django-encryption-example/poetry.lock index c2bebca..36ccad4 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" @@ -782,21 +782,21 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.7" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<1.27" +urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] @@ -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 = "a05cf6a4af3f263c602c6d6b5388e34cbf94d5fb9bedad086d189d70691ddaae" diff --git a/examples/django-encryption-example/pyproject.toml b/examples/django-encryption-example/pyproject.toml index 316c8ef..9d8da32 100644 --- a/examples/django-encryption-example/pyproject.toml +++ b/examples/django-encryption-example/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = ">=3.8,<4.0" Django = "^4.1.7" django-rest-framework = "^0.1.0" -requests = "^2.28.2" +requests = "^2.31.0" Markdown = "^3.4.1" django-filter = "^22.1" mypy = "^1.0.1"