From bc2d3a6f569b4f4a28214619fb3e4f6c515830a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:13:02 +0000 Subject: [PATCH] Bump the pip group with 3 updates Bumps the pip group with 3 updates: [numpy](https://github.com/numpy/numpy), [pillow](https://github.com/python-pillow/Pillow) and [torch](https://github.com/pytorch/pytorch). Updates `numpy` from 1.14.4 to 1.22.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.4...v1.22.0) Updates `pillow` from 5.1.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.1.0...10.3.0) Updates `torch` from 0.4.0 to 2.2.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v0.4.0...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9641916..91b2091 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,8 @@ imageio==2.3.0 kiwisolver==1.0.1 matplotlib==2.2.2 networkx==2.1 -numpy==1.14.4 -Pillow==5.1.0 +numpy==1.22.0 +Pillow==10.3.0 pyparsing==2.2.0 python-dateutil==2.7.3 pytz==2018.4 @@ -18,5 +18,5 @@ scikit-image==0.14.0 scipy==1.1.0 six==1.11.0 toolz==0.9.0 -torch==0.4.0 +torch==2.2.0 torchvision==0.2.1