diff --git a/poetry.lock b/poetry.lock index abd30b3b554..b4205d9e009 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1623,13 +1623,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.1" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"}, + {file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"}, ] [package.dependencies] @@ -2115,4 +2115,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c093265810b7bc1820aa712bfc5abe2dfbc62e30a4d51c922db4ad889305199a" +content-hash = "138c62ec1d38811f1452b10e4fb84bda2981690e7e70babe87cb9659a903cb52" diff --git a/pyproject.toml b/pyproject.toml index d695f7a9d59..9ba535198dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ django-parler-rest = "^2.1" django-parler = "^2.3" django-allauth = "^0.61.0" lxml = "^5.0.0" -requests = ">=2.31.0, <2.32.0" +requests = ">=2.32.0, <2.33.0" django-cors-headers = "^4.2.0" django-csp = "^3.7" pyOpenSSL = "^24.0.0"