From 5e2e0ff7ac03ddca331d8c3512a9c69fa3160673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:25:03 +0000 Subject: [PATCH] Bump requests in /jupyter-notebooks/use-cases/water-change Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.32.2. - [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.24.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jupyter-notebooks/use-cases/water-change/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-notebooks/use-cases/water-change/requirements.txt b/jupyter-notebooks/use-cases/water-change/requirements.txt index ff63c7ec..f9a39b09 100644 --- a/jupyter-notebooks/use-cases/water-change/requirements.txt +++ b/jupyter-notebooks/use-cases/water-change/requirements.txt @@ -1,7 +1,7 @@ matplotlib==3.3.3 numpy==1.19.2 opencv-python==4.4.0.44 -requests==2.24.0 +requests==2.32.2 scikit-image==0.17.2 scipy==1.5.4 bokeh==2.2.3 \ No newline at end of file