From bcaf5210b6a0dcbb74a20aeb17d4e9997d3c80bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 20:55:51 +0000 Subject: [PATCH] Update dependency requests to v2.32.2 --- gamutrfwaterfall/poetry.lock | 8 ++++---- gamutrfwaterfall/pyproject.toml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gamutrfwaterfall/poetry.lock b/gamutrfwaterfall/poetry.lock index f1797238..3f069b01 100644 --- a/gamutrfwaterfall/poetry.lock +++ b/gamutrfwaterfall/poetry.lock @@ -1097,13 +1097,13 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "requests" -version = "2.32.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, - {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -1293,4 +1293,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "308247687ba83396a7261f6f21cfe18ed26a4c83a81112a9f67574682a952e38" +content-hash = "ff6eebec2669455e0aecb153683c7b9d07a7bd73420460610c0827e184913cd1" diff --git a/gamutrfwaterfall/pyproject.toml b/gamutrfwaterfall/pyproject.toml index 7d60062a..7a982c74 100644 --- a/gamutrfwaterfall/pyproject.toml +++ b/gamutrfwaterfall/pyproject.toml @@ -19,7 +19,7 @@ python = ">=3.9,<3.13" pyzmq = "26.0.3" scipy = "1.13.0" zstandard = "0.22.0" -requests = "2.32.0" +requests = "2.32.2" [tool.poetry.scripts] gamutrf-waterfall = 'gamutrfwaterfall.waterfall:main' diff --git a/poetry.lock b/poetry.lock index 5af3cd80..3c2ef112 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2008,13 +2008,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.32.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, - {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -2461,4 +2461,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "f7e362b2243627098e59a269e0ad83ec3b960cc08de8cca1507154c8b933fad2" +content-hash = "3637d8679fd3e0ea24a340965951ee45f7ffae6940674dc0723a19bcd88f0afe" diff --git a/pyproject.toml b/pyproject.toml index 8b9856c3..b2368aa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ prometheus_client = "0.20.0" pycairo = "1.26.0" python = ">=3.9,<3.13" pyzmq = "26.0.3" -requests = "2.32.0" +requests = "2.32.2" schedule = "1.2.1" scipy = "1.13.0" sigmf = "1.2.1"