From 2c479f25e28fdad46336389a7ecfae43f64deba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:44:49 +0000 Subject: [PATCH] deps(deps): bump the python-dependencies group across 1 directory with 5 updates Bumps the python-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pillow](https://github.com/python-pillow/Pillow) | `12.1.1` | `12.2.0` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `26.0.0` | `26.2.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.6` | `3.1.8` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.46` | `3.1.50` | Updates `pillow` from 12.1.1 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/12.1.1...12.2.0) Updates `pyopenssl` from 26.0.0 to 26.2.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/26.0.0...26.2.0) Updates `werkzeug` from 3.1.6 to 3.1.8 - [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.6...3.1.8) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) Updates `gitpython` from 3.1.46 to 3.1.50 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.46...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.47 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyopenssl dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements-server.txt | 4 ++-- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bcf5c43f1..e64c196bf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ psutil==7.2.2 jinja2==3.1.6 pytest==8.4.2 -pytest-cov==7.0.0 +pytest-cov==7.1.0 black==26.3.1 pycodestyle==2.14.0 pydocstyle==6.3.0 @@ -10,7 +10,7 @@ bs4==0.0.2 beautifulsoup4==4.14.3 djlint==1.36.4 cpplint==2.0.2 -GitPython==3.1.46 +GitPython==3.1.50 pytest-xdist==3.8.0 parameterized==0.9.0 -r requirements.txt diff --git a/requirements-server.txt b/requirements-server.txt index f29ab2b00..1381372ce 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -9,9 +9,9 @@ apscheduler==3.11.2 flask-cors==6.0.2 requests cryptography==46.0.5 -pyopenssl==26.0.0 +pyopenssl==26.2.0 swagger-ui-py flask-session flask==3.1.3 waitress==3.0.2 -werkzeug==3.1.6 +werkzeug==3.1.8 diff --git a/requirements.txt b/requirements.txt index da0994022..bdab0c561 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pyxdelta==0.2.3 -pillow==12.1.1 +pillow==12.2.0