diff --git a/poetry.lock b/poetry.lock index b8e41e08a4..c7fbe75056 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3607,21 +3607,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)"] @@ -4758,4 +4758,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">3.8.1, < 3.10" -content-hash = "5aa8479191ecf47d6c3bf200110959cceccbbe77c5ad29f0f5825e59249da3d9" +content-hash = "1473b200ae8866d85455dfe0e36c0259abbd70628c934afe4c64229eb93be61e" diff --git a/pyproject.toml b/pyproject.toml index 641beda85d..bcb3c2ab94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ pytest-depends = "^1.0.1" bandit = "^1.6.2" pytest-icdiff = "~0.6" ipython = "~=8.10" -requests = "^2.24.0" +requests = "^2.31.0" sphinx-autodoc-typehints = "^1.11.1" filelock = "^3.0.12" isort = "^5.10.1"