diff --git a/poetry.lock b/poetry.lock index c9adbbec..82b03a42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2320,14 +2320,14 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.30.0" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "requests-2.30.0-py3-none-any.whl", hash = "sha256:10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294"}, - {file = "requests-2.30.0.tar.gz", hash = "sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] @@ -2965,4 +2965,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.7,<4" -content-hash = "53f168dc53a84777340bc533805424c35fc73916f72a0efbe219ea101294495f" +content-hash = "64ac153ea2e0df56c9c632760134e6624bcd7578f6ba07798809ba54b3bc7b67" diff --git a/pyproject.toml b/pyproject.toml index f22f0bba..cb8f8340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ python-dotenv = "^0.21" pytz = "^2023" pyyaml = "^5.4" redis = "^4.5" -requests = "^2.18" +requests = "^2.31" sqlalchemy = ">=1.1.14,<2" SQLAlchemy-Continuum = "^1.3" werkzeug = "^2.2"