diff --git a/.github/workflows/cdr_check/poetry.lock b/.github/workflows/cdr_check/poetry.lock index c306aa76e70..d78629f3c37 100644 --- a/.github/workflows/cdr_check/poetry.lock +++ b/.github/workflows/cdr_check/poetry.lock @@ -111,21 +111,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)"] @@ -151,4 +151,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3720ecb11f7b80aa927a028e9884835f8917eb421947278a570eb309bd1868a4" +content-hash = "2f1223dc33af6f607d099d2c766dc1d8ee77f935b3e05f7b742f85c68234a0e0" diff --git a/.github/workflows/cdr_check/pyproject.toml b/.github/workflows/cdr_check/pyproject.toml index 1743923e429..16da51fee9c 100644 --- a/.github/workflows/cdr_check/pyproject.toml +++ b/.github/workflows/cdr_check/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Tadgh "] [tool.poetry.dependencies] python = "^3.10" -requests = "^2.28.2" +requests = "^2.31.0" [build-system]