From 56bf6b238ff3dd1cbddfb9cc9e2cb37ff5d00854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:26:17 +0000 Subject: [PATCH] deps(deps): bump the python-dependencies group across 1 directory with 9 updates Bumps the python-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask-cors](https://github.com/corydolphin/flask-cors) | `6.0.2` | `6.0.5` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `26.0.0` | `26.3.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.6` | `3.1.8` | | [pillow](https://github.com/python-pillow/Pillow) | `12.1.1` | `12.2.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.3` | `4.15.0` | | [djlint](https://github.com/djlint/djLint) | `1.36.4` | `1.39.2` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.46` | `3.1.50` | Updates `flask-cors` from 6.0.2 to 6.0.5 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/6.0.2...6.0.5) Updates `pyopenssl` from 26.0.0 to 26.3.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/26.0.0...26.3.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 `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 `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 `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1) Updates `beautifulsoup4` from 4.14.3 to 4.15.0 Updates `djlint` from 1.36.4 to 1.39.2 - [Release notes](https://github.com/djlint/djLint/releases) - [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md) - [Commits](https://github.com/djlint/djLint/compare/v1.36.4...v1.39.2) 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: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: djlint dependency-version: 1.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: flask-cors dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: gitpython dependency-version: 3.1.50 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.2.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 | 10 +++++----- requirements-server.txt | 6 +++--- requirements.txt | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bcf5c43f1..d699e5e89 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,16 +1,16 @@ psutil==7.2.2 jinja2==3.1.6 pytest==8.4.2 -pytest-cov==7.0.0 -black==26.3.1 +pytest-cov==7.1.0 +black==26.5.1 pycodestyle==2.14.0 pydocstyle==6.3.0 css-html-js-minify==2.5.5 bs4==0.0.2 -beautifulsoup4==4.14.3 -djlint==1.36.4 +beautifulsoup4==4.15.0 +djlint==1.39.2 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..444ba4de0 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -6,12 +6,12 @@ opentelemetry-instrumentation-redis redis rq apscheduler==3.11.2 -flask-cors==6.0.2 +flask-cors==6.0.5 requests cryptography==46.0.5 -pyopenssl==26.0.0 +pyopenssl==26.3.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 aba22a52b..8b63f52d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyxdelta==0.2.3 -pillow==12.1.1 +pillow==12.2.0 git+https://github.com/Killklli/EmuLoader.git@v0.1.3