From 6a90b114c6d1d8274aad87fd4c81998e5514c1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 04:17:04 +0000 Subject: [PATCH] Bump the python-minor group across 1 directory with 6 updates Bumps the python-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.1.1` | `3.1.2` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [eventlet](https://github.com/eventlet/eventlet) | `0.40.2` | `0.40.4` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.4` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.10.3` | `7.12.0` | Updates `flask` from 3.1.1 to 3.1.2 - [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.1...3.1.2) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `requests` from 2.32.4 to 2.32.5 - [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.4...v2.32.5) Updates `eventlet` from 0.40.2 to 0.40.4 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/0.40.2...0.40.4) Updates `werkzeug` from 3.1.3 to 3.1.4 - [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.4) Updates `coverage` from 7.10.3 to 7.12.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.10.3...7.12.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: eventlet dependency-version: 0.40.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: coverage dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 10 +++++----- requirements/test.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index dfd96c6..2b2d2cc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,10 +1,10 @@ influxdb==5.3.2 -flask==3.1.1 -PyYAML==6.0.2 +flask==3.1.2 +PyYAML==6.0.3 munch==4.0.0 isoweek==1.3.3 -requests==2.32.4 +requests==2.32.5 mysqlclient==2.2.7 gunicorn==23.0.0 -eventlet==0.40.2 -werkzeug==3.1.3 \ No newline at end of file +eventlet==0.40.4 +werkzeug==3.1.5 \ No newline at end of file diff --git a/requirements/test.txt b/requirements/test.txt index 3a90a14..110588c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,6 +6,6 @@ flask-webtest==0.1.6 pytest==8.4.1 pytest-cov==6.2.1 pytest-xdist==3.8.0 -coverage==7.10.3 +coverage==7.13.1 responses==0.25.8