From c5e116232eba84790975d4e1bce12eec67889a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:42:50 -0700 Subject: [PATCH] Bump requests from 2.32.2 to 2.32.3 (#405) Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [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.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91cb2ec1..5995e283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Bug-tracker = "https://github.com/waltsims/k-wave-python/issues" test = ["pytest", "coverage==7.5.2", "phantominator", - "requests==2.32.2"] + "requests==2.32.3"] example = ["gdown==5.2.0"] docs = [ "sphinx-mdinclude==0.6.1", "sphinx-copybutton==0.5.2",