diff --git a/server/poetry.lock b/server/poetry.lock index d0601d6b..81f8626c 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -3091,21 +3091,21 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.28.2" +version = "2.30.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.30.0-py3-none-any.whl", hash = "sha256:10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294"}, + {file = "requests-2.30.0.tar.gz", hash = "sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"}, ] [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)"] @@ -3861,4 +3861,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "408aa339e47ab990f995a3f3810d915747bedc6b025f96ce90cdbee3d2e636aa" +content-hash = "ab75a348887db2bfd454e3cbbd0c04e663e06a1088ba4d2093c4cd34ddfd17aa" diff --git a/server/pyproject.toml b/server/pyproject.toml index c1f0bb39..59815268 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -33,7 +33,7 @@ progress = "^1.6" python-dotenv = "^0.21.0" pywebpush = "^1.14.0" redis = "^4.3.4" -requests = "^2.28.1" +requests = "^2.30.0" sentry-sdk = "^1.11.0" user-agents = "^2.2.0" psycopg2-binary = "^2.9.4"