From bdb9c05f5565cc62ac106f01e07a67632e735827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:34:47 +0000 Subject: [PATCH] Build(deps): Bump the pip group across 2 directories with 8 updates Bumps the pip group with 1 update in the /back directory: [python-dotenv](https://github.com/theskumar/python-dotenv). Bumps the pip group with 8 updates in the /front directory: | Package | From | To | | --- | --- | --- | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.2` | | [flask](https://github.com/pallets/flask) | `3.1.2` | `3.1.3` | | [pillow](https://github.com/python-pillow/Pillow) | `11.3.0` | `12.2.0` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.1` | `0.6.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.3` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.5.0` | `2.7.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.6` | Updates `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.2) Updates `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.2) Updates `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.2) Updates `flask` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.1.2...3.1.3) Updates `pillow` from 11.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/11.3.0...12.2.0) Updates `pyasn1` from 0.6.1 to 0.6.3 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.1...v0.6.3) Updates `pytest` from 8.4.2 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.4.2...9.0.3) Updates `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.2) Updates `requests` from 2.32.5 to 2.33.0 - [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.5...v2.33.0) Updates `urllib3` from 2.5.0 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.7.0) Updates `werkzeug` from 3.1.3 to 3.1.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.3...3.1.6) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- front/requirements.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/back/requirements.txt b/back/requirements.txt index 0c083992..3f09ebe7 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -1,6 +1,6 @@ celery==5.5.3 dpkt==1.9.8 -python-dotenv==1.1.1 +python-dotenv==1.2.2 marshmallow_dataclass==8.7.1 psutil==7.0.0 netaddr==1.3.0 diff --git a/front/requirements.txt b/front/requirements.txt index 4ad25f44..a9b6fe0e 100644 --- a/front/requirements.txt +++ b/front/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.4.3 click==8.1.8 colorama==0.4.6 dpkt==1.9.8 -Flask==3.1.2 +Flask==3.1.3 Flask-Login==0.6.3 Flask-Migrate==4.1.0 Flask-SQLAlchemy==3.1.1 @@ -24,30 +24,30 @@ Jinja2==3.1.6 Mako==1.3.10 MarkupSafe==3.0.2 oauthlib==3.3.1 -Pillow==11.3.0 -pyasn1==0.6.1 +Pillow==12.2.0 +pyasn1==0.6.3 pyasn1_modules==0.4.2 PySocks==1.7.1 -pytest==8.4.2 +pytest==9.0.3 pytest-mock==3.15.1 python-dateutil==2.9.0.post0 -python-dotenv==1.1.1 -requests==2.32.5 +python-dotenv==1.2.2 +requests==2.33.0 requests-oauthlib==2.0.0 rsa==4.9.1 six==1.17.0 soupsieve==2.8 SQLAlchemy==2.0.43 -urllib3==2.5.0 +urllib3==2.7.0 uuid==1.30 vine==5.1.0 wcwidth==0.2.13 websocket-client==1.8.0 wsproto==1.2.0 -Werkzeug==3.1.3 +Werkzeug==3.1.6 zipp==3.23.0 celery==5.5.3 -python-dotenv==1.1.1 +python-dotenv==1.2.2 wtforms==3.2.1 jsonschema==4.25.1 Flask-Admin==2.0.1