From 8fb30b7a135c7246b9bf48e876d2c2c0783d62a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 04:45:08 +0000 Subject: [PATCH] Bump the python-minor group across 1 directory with 8 updates Bumps the python-minor group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.1.1` | `3.1.3` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.33.1` | | [mysqlclient](https://github.com/PyMySQL/mysqlclient) | `2.2.7` | `2.2.8` | | [eventlet](https://github.com/eventlet/eventlet) | `0.40.2` | `0.41.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.8` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.10.3` | `7.13.5` | | [responses](https://github.com/getsentry/responses) | `0.25.8` | `0.26.0` | Updates `flask` from 3.1.1 to 3.1.3 - [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.3) 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.33.1 - [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.33.1) Updates `mysqlclient` from 2.2.7 to 2.2.8 - [Release notes](https://github.com/PyMySQL/mysqlclient/releases) - [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst) - [Commits](https://github.com/PyMySQL/mysqlclient/compare/v2.2.7...v2.2.8) Updates `eventlet` from 0.40.2 to 0.41.0 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/0.40.2...0.41.0) Updates `werkzeug` from 3.1.3 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.3...3.1.8) Updates `coverage` from 7.10.3 to 7.13.5 - [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.13.5) Updates `responses` from 0.25.8 to 0.26.0 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.25.8...0.26.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 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.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: mysqlclient dependency-version: 2.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: eventlet dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: responses dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 12 ++++++------ requirements/test.txt | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index dfd96c6..41c21b5 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.3 +PyYAML==6.0.3 munch==4.0.0 isoweek==1.3.3 -requests==2.32.4 -mysqlclient==2.2.7 +requests==2.33.1 +mysqlclient==2.2.8 gunicorn==23.0.0 -eventlet==0.40.2 -werkzeug==3.1.3 \ No newline at end of file +eventlet==0.41.0 +werkzeug==3.1.8 \ No newline at end of file diff --git a/requirements/test.txt b/requirements/test.txt index 3a90a14..10136f1 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 -responses==0.25.8 +coverage==7.13.5 +responses==0.26.0