From e7d601f4c998d3b41430708f72fe49cdf10661ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 17:17:41 +0000 Subject: [PATCH] deps(deps): bump the python-dependencies group across 1 directory with 7 updates Bumps the python-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [apscheduler](https://github.com/agronholm/apscheduler) | `3.11.0` | `3.11.2` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `6.0.1` | `6.0.2` | | [pyxdelta](https://github.com/Illidanz/pyxdelta) | `0.2.2` | `0.2.3` | | [psutil](https://github.com/giampaolo/psutil) | `7.1.0` | `7.2.1` | | [black](https://github.com/psf/black) | `25.9.0` | `25.12.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.2` | `4.14.3` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.45` | `3.1.46` | Updates `apscheduler` from 3.11.0 to 3.11.2 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.11.0...3.11.2) Updates `flask-cors` from 6.0.1 to 6.0.2 - [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.1...6.0.2) Updates `pyxdelta` from 0.2.2 to 0.2.3 - [Release notes](https://github.com/Illidanz/pyxdelta/releases) - [Commits](https://github.com/Illidanz/pyxdelta/compare/v0.2.2...v0.2.3) Updates `psutil` from 7.1.0 to 7.2.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.2.1) Updates `black` from 25.9.0 to 25.12.0 - [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/25.9.0...25.12.0) Updates `beautifulsoup4` from 4.14.2 to 4.14.3 Updates `gitpython` from 3.1.45 to 3.1.46 - [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.45...3.1.46) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: flask-cors dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyxdelta dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 ++++---- requirements-server.txt | 4 ++-- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 78912ed1e..6c40ff120 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,16 +1,16 @@ -psutil==7.1.0 +psutil==7.2.1 jinja2==3.1.6 pytest==8.4.2 pytest-cov==7.0.0 -black==25.9.0 +black==25.12.0 pycodestyle==2.14.0 pydocstyle==6.3.0 css-html-js-minify==2.5.5 bs4==0.0.2 -beautifulsoup4==4.14.2 +beautifulsoup4==4.14.3 djlint==1.36.4 cpplint==2.0.2 -GitPython==3.1.45 +GitPython==3.1.46 pytest-xdist==3.8.0 parameterized==0.9.0 -r requirements.txt diff --git a/requirements-server.txt b/requirements-server.txt index 078df21c3..a97c8938c 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -5,8 +5,8 @@ opentelemetry-instrumentation-requests opentelemetry-instrumentation-redis redis rq -apscheduler==3.11.0 -flask-cors==6.0.1 +apscheduler==3.11.2 +flask-cors==6.0.2 requests cryptography==45.0.7 pyopenssl==25.3.0 diff --git a/requirements.txt b/requirements.txt index 82bf3108a..b3278cd25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pyxdelta==0.2.2 +pyxdelta==0.2.3 pillow==11.3.0 \ No newline at end of file