From 97d2c472352e03a99a5d3844ed7524cd76fa2548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:42:40 +0000 Subject: [PATCH] Update dependency requests to v2.32.0 [SECURITY] --- gamutrfwaterfall/poetry.lock | 10 +++++----- gamutrfwaterfall/pyproject.toml | 2 +- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gamutrfwaterfall/poetry.lock b/gamutrfwaterfall/poetry.lock index 7b8bc36b..f1797238 100644 --- a/gamutrfwaterfall/poetry.lock +++ b/gamutrfwaterfall/poetry.lock @@ -1097,13 +1097,13 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -1293,4 +1293,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "82481d077dd709adca0e5570c39902772ef20c8f7b5f8a3ff2984550eccd3aae" +content-hash = "308247687ba83396a7261f6f21cfe18ed26a4c83a81112a9f67574682a952e38" diff --git a/gamutrfwaterfall/pyproject.toml b/gamutrfwaterfall/pyproject.toml index f028db37..7d60062a 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.31.0" +requests = "2.32.0" [tool.poetry.scripts] gamutrf-waterfall = 'gamutrfwaterfall.waterfall:main' diff --git a/poetry.lock b/poetry.lock index d765f561..5af3cd80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2008,13 +2008,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -2461,4 +2461,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "3734ba8d5f9dd30f45094c4dd444c8a6c2556fa33bdbdf18f49419299bee8f23" +content-hash = "f7e362b2243627098e59a269e0ad83ec3b960cc08de8cca1507154c8b933fad2" diff --git a/pyproject.toml b/pyproject.toml index a27b1b40..8b9856c3 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.31.0" +requests = "2.32.0" schedule = "1.2.1" scipy = "1.13.0" sigmf = "1.2.1"