From 2070fa09fb716c3766f877db5bd5d50a09bd721b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:06:46 +0000 Subject: [PATCH] Update dependency requests to v2.32.3 --- gamutrfwaterfall/poetry.lock | 10 +++++----- gamutrfwaterfall/pyproject.toml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gamutrfwaterfall/poetry.lock b/gamutrfwaterfall/poetry.lock index 8a2a4eac..4beb6ef6 100644 --- a/gamutrfwaterfall/poetry.lock +++ b/gamutrfwaterfall/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "blinker" @@ -1097,13 +1097,13 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1293,4 +1293,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d14a8b8859724dfa87172818774f5468139d4e6cf29cb9226f703c08dcdb5089" +content-hash = "83f7be87f0698319c7676021236fd8cc487b3621b24c141e85f861108cc53451" diff --git a/gamutrfwaterfall/pyproject.toml b/gamutrfwaterfall/pyproject.toml index 4c75a501..dd11a876 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.1" zstandard = "0.22.0" -requests = "2.32.2" +requests = "2.32.3" [tool.poetry.scripts] gamutrf-waterfall = 'gamutrfwaterfall.waterfall:main' diff --git a/poetry.lock b/poetry.lock index 55ec4ea3..01d94eb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2009,13 +2009,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -2464,4 +2464,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "566952d750fcc09561ca64dca85511de6d43a683b38e98d51f6ed39b0bbe723e" +content-hash = "856a6c7582a4fc8b7ef0c4e84ceb915a97f6916db5deaae668bc172a509a45e6" diff --git a/pyproject.toml b/pyproject.toml index c73985f6..ce69d268 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.2" +requests = "2.32.3" schedule = "1.2.2" scipy = "1.13.1" sigmf = "1.2.1"