From b35cdbdbf0816a18f894fc40b269aba4c969dde5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:24:36 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [oauthlib](https://github.com/oauthlib/oauthlib) | `3.1.1` | `3.2.2` | | [pillow](https://github.com/python-pillow/Pillow) | `9.0.0` | `10.3.0` | | [scipy](https://github.com/scipy/scipy) | `1.7.1` | `1.11.1` | | [tensorflow](https://github.com/tensorflow/tensorflow) | `2.6.3` | `2.11.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.62.2` | `4.66.3` | Updates `oauthlib` from 3.1.1 to 3.2.2 - [Release notes](https://github.com/oauthlib/oauthlib/releases) - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/oauthlib/oauthlib/compare/v3.1.1...v3.2.2) Updates `pillow` from 9.0.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/9.0.0...10.3.0) Updates `scipy` from 1.7.1 to 1.11.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.1...v1.11.1) Updates `tensorflow` from 2.6.3 to 2.11.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.6.3...v2.11.1) Updates `tqdm` from 4.62.2 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.62.2...v4.66.3) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: scipy dependency-type: direct:production dependency-group: pip - dependency-name: tensorflow dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9b3b128..5a63768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,11 +8,11 @@ jaxlib==0.1.71+cuda111 Markdown==3.3.4 matplotlib==3.4.3 numpy==1.21.0 -oauthlib==3.1.1 +oauthlib==3.2.2 opencv-python==4.5.3.56 opt-einsum==3.3.0 optax==0.0.9 -Pillow==9.0.0 -scipy==1.7.1 -tensorflow==2.6.3 -tqdm==4.62.2 +Pillow==10.3.0 +scipy==1.11.1 +tensorflow==2.11.1 +tqdm==4.66.3