From e2163fdb0c5a503d1c270c843756d867f1b0a19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:44:47 +0000 Subject: [PATCH] Bump requests-futures from 1.0.1 to 1.0.2 Bumps [requests-futures](https://github.com/ross/requests-futures) from 1.0.1 to 1.0.2. - [Changelog](https://github.com/ross/requests-futures/blob/main/CHANGELOG.md) - [Commits](https://github.com/ross/requests-futures/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: requests-futures dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3afafc3..3d46349 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1185,20 +1185,20 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-futures" -version = "1.0.1" +version = "1.0.2" description = "Asynchronous Python HTTP for Humans." optional = false python-versions = "*" files = [ - {file = "requests-futures-1.0.1.tar.gz", hash = "sha256:f55a4ef80070e2858e7d1e73123d2bfaeaf25b93fd34384d8ddf148e2b676373"}, - {file = "requests_futures-1.0.1-py2.py3-none-any.whl", hash = "sha256:4a2f5472e9911a79532137d156aa937cd9cd90fec55677f71b2976d1f7a66d38"}, + {file = "requests_futures-1.0.2-py2.py3-none-any.whl", hash = "sha256:a3534af7c2bf670cd7aa730716e9e7d4386497554f87792be7514063b8912897"}, + {file = "requests_futures-1.0.2.tar.gz", hash = "sha256:6b7eb57940336e800faebc3dab506360edec9478f7b22dc570858ad3aa7458da"}, ] [package.dependencies] requests = ">=1.2.0" [package.extras] -dev = ["black (>=22.3.0)", "build (>=0.7.0)", "isort (>=5.11.4)", "pyflakes (>=2.2.0)", "pytest (>=6.2.5)", "pytest-cov (>=3.0.0)", "pytest-network (>=0.0.1)", "readme-renderer[rst] (>=26.0)", "twine (>=3.4.2)"] +dev = ["Werkzeug (>=3.0.6)", "black (>=24.3.0,<25.0.0)", "build (>=0.7.0)", "docutils (<=0.20.1)", "greenlet (<=2.0.2)", "greenlet (>=3.0.0)", "isort (>=5.11.4)", "pyflakes (>=2.2.0)", "pytest (>=6.2.5)", "pytest-cov (>=3.0.0)", "pytest-httpbin (>=2.0.0)", "readme-renderer[rst] (>=26.0)", "twine (>=3.4.2)"] [[package]] name = "setuptools" @@ -1387,4 +1387,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "524c91eae92943ea24b1e5fc895d375f184c493882294ee08671a025e7e0724c" +content-hash = "7a29f128c78cba02a893edd90f3e8353d6fa83fc8d93ed8ff70e1fa21ba91f34" diff --git a/pyproject.toml b/pyproject.toml index 138e32a..1da5aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pytest-cov = "5.0.0" pylint = "2.17.7" pylintfileheader = "0.3.3" pytest-docker = {version = "3.1.1", platform = "linux"} -requests-futures = "1.0.1" +requests-futures = "1.0.2" keepachangelog = "1.0.0" click = "8.1.7" types-setuptools = "75.5.0.20241116"