From b7e0045afa87ae407c3d9c77a5e279262539f2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:39:26 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.32.2 in /.github/workflows/cdr_check Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cdr_check/poetry.lock | 19 +++++++------------ .github/workflows/cdr_check/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/cdr_check/poetry.lock b/.github/workflows/cdr_check/poetry.lock index c306aa76e70..9c07f888baa 100644 --- a/.github/workflows/cdr_check/poetry.lock +++ b/.github/workflows/cdr_check/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "certifi" version = "2022.12.7" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -16,7 +15,6 @@ files = [ name = "charset-normalizer" version = "3.1.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -101,7 +99,6 @@ files = [ name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -111,21 +108,20 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.32.2" description = "Python HTTP for Humans." -category = "main" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.8" 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.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [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)"] @@ -135,7 +131,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "urllib3" version = "1.26.15" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -151,4 +146,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 = "037f87a46ac5494d516f426116493b6523e56179262e8d7b66c2b1c2796d31c6" diff --git a/.github/workflows/cdr_check/pyproject.toml b/.github/workflows/cdr_check/pyproject.toml index 1743923e429..c5e3a9c11c8 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.32.2" [build-system]