From 1a3b785d2b92180b1f73071d0d5e841e04a2f8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:11:04 +0000 Subject: [PATCH] build(deps): bump the pip group across 7 directories with 2 updates Bumps the pip group with 1 update in the /py01/ex00 directory: [pytest](https://github.com/pytest-dev/pytest). Bumps the pip group with 1 update in the /py01/ex01 directory: [pytest](https://github.com/pytest-dev/pytest). Bumps the pip group with 1 update in the /py01/ex02 directory: [pytest](https://github.com/pytest-dev/pytest). Bumps the pip group with 2 updates in the /py01/ex03 directory: [pytest](https://github.com/pytest-dev/pytest) and [pillow](https://github.com/python-pillow/Pillow). Bumps the pip group with 1 update in the /py01/ex04 directory: [pytest](https://github.com/pytest-dev/pytest). Bumps the pip group with 2 updates in the /py01/ex05 directory: [pytest](https://github.com/pytest-dev/pytest) and [pillow](https://github.com/python-pillow/Pillow). Bumps the pip group with 1 update in the /py02/ex02 directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) Updates `pillow` from 10.3.0 to 12.2.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/10.3.0...12.2.0) Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) Updates `pillow` from 10.3.0 to 12.2.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/10.3.0...12.2.0) Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- py01/ex00/requirements.txt | 2 +- py01/ex01/requirements.txt | 2 +- py01/ex02/requirements.txt | 2 +- py01/ex03/requirements.txt | 4 ++-- py01/ex04/requirements.txt | 2 +- py01/ex05/requirements.txt | 4 ++-- py02/ex02/requirements.txt | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/py01/ex00/requirements.txt b/py01/ex00/requirements.txt index 4be64d8..95ba9c1 100644 --- a/py01/ex00/requirements.txt +++ b/py01/ex00/requirements.txt @@ -1,2 +1,2 @@ numpy==2.1.2 -pytest==8.3.3 +pytest==9.0.3 diff --git a/py01/ex01/requirements.txt b/py01/ex01/requirements.txt index 4be64d8..95ba9c1 100644 --- a/py01/ex01/requirements.txt +++ b/py01/ex01/requirements.txt @@ -1,2 +1,2 @@ numpy==2.1.2 -pytest==8.3.3 +pytest==9.0.3 diff --git a/py01/ex02/requirements.txt b/py01/ex02/requirements.txt index 70a1c39..899a337 100644 --- a/py01/ex02/requirements.txt +++ b/py01/ex02/requirements.txt @@ -1,3 +1,3 @@ numpy==2.1.2 Pillow==12.2.0 -pytest==8.3.3 +pytest==9.0.3 diff --git a/py01/ex03/requirements.txt b/py01/ex03/requirements.txt index 2cb93d7..dfa322a 100644 --- a/py01/ex03/requirements.txt +++ b/py01/ex03/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.9.2 numpy==2.1.2 -Pillow==10.3.0 -pytest==8.3.3 +Pillow==12.2.0 +pytest==9.0.3 diff --git a/py01/ex04/requirements.txt b/py01/ex04/requirements.txt index bb3e06a..dfa322a 100644 --- a/py01/ex04/requirements.txt +++ b/py01/ex04/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.9.2 numpy==2.1.2 Pillow==12.2.0 -pytest==8.3.3 +pytest==9.0.3 diff --git a/py01/ex05/requirements.txt b/py01/ex05/requirements.txt index 2cb93d7..dfa322a 100644 --- a/py01/ex05/requirements.txt +++ b/py01/ex05/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.9.2 numpy==2.1.2 -Pillow==10.3.0 -pytest==8.3.3 +Pillow==12.2.0 +pytest==9.0.3 diff --git a/py02/ex02/requirements.txt b/py02/ex02/requirements.txt index 05cc581..0e4b952 100644 --- a/py02/ex02/requirements.txt +++ b/py02/ex02/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.9.2 numpy==2.1.2 pandas==2.2.3 -pytest==8.3.3 +pytest==9.0.3 seaborn==0.13.2