Skip to content

Commit a235766

Browse files
deps(deps): bump the python-dependencies group across 1 directory with 6 updates
Bumps the python-dependencies group with 6 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` | | [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](agronholm/apscheduler@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](corydolphin/flask-cors@6.0.1...6.0.2) Updates `psutil` from 7.1.0 to 7.2.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@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](psf/black@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](gitpython-developers/GitPython@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: 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] <support@github.com>
1 parent f79ad9d commit a235766

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
psutil==7.1.0
1+
psutil==7.2.1
22
jinja2==3.1.6
33
pytest==8.4.2
44
pytest-cov==7.0.0
5-
black==25.9.0
5+
black==25.12.0
66
pycodestyle==2.14.0
77
pydocstyle==6.3.0
88
css-html-js-minify==2.5.5
99
bs4==0.0.2
10-
beautifulsoup4==4.14.2
10+
beautifulsoup4==4.14.3
1111
djlint==1.36.4
1212
cpplint==2.0.2
13-
GitPython==3.1.45
13+
GitPython==3.1.46
1414
pytest-xdist==3.8.0
1515
parameterized==0.9.0
1616
-r requirements.txt

requirements-server.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ opentelemetry-instrumentation-requests
55
opentelemetry-instrumentation-redis
66
redis
77
rq
8-
apscheduler==3.11.0
9-
flask-cors==6.0.1
8+
apscheduler==3.11.2
9+
flask-cors==6.0.2
1010
requests
1111
cryptography==45.0.7
1212
pyopenssl==25.3.0

0 commit comments

Comments
 (0)