diff --git a/api/poetry.lock b/api/poetry.lock index 83c2f1ac9..0158cc946 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1658,7 +1658,7 @@ hiredis = ["hiredis (>=0.1.3)"] [[package]] name = "requests" -version = "2.26.0" +version = "2.27.1" description = "Python HTTP for Humans." category = "main" optional = false @@ -2080,7 +2080,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f7a4a682467f27b48a8f1053d634fd3ece42fd8501c4b791b01895648859c587" +content-hash = "6ff07dca5c8fbd0c0c7825bf163c08513f9d1849990cf7346c0fa7ac7e5bd35e" [metadata.files] aiohttp = [ @@ -3187,8 +3187,8 @@ redis = [ {file = "redis-3.5.3.tar.gz", hash = "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"}, ] requests = [ - {file = "requests-2.26.0-py2.py3-none-any.whl", hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24"}, - {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, + {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, + {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, ] requests-http-signature = [] requests-mock = [ diff --git a/api/pyproject.toml b/api/pyproject.toml index 289b4fc6c..fc266429b 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -36,7 +36,7 @@ gunicorn = "==20.1.0" cryptography = "==36.0.1" requests-http-signature = {git = "https://github.com/agateblue/requests-http-signature.git", rev = "signature-header-support"} django-cleanup = "==5.2.0" -requests = "==2.26.0" +requests = "==2.27.1" pyOpenSSL = "==20.0.1" pydub = "==0.25.1" PyLD = "==2.0.3"