From 09d50d7a0e6b530cf62670a353838e9787e64fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:42:53 +0000 Subject: [PATCH] chore: bump the pip-minor group with 2 updates Bumps the pip-minor group with 2 updates: [flake8](https://github.com/pycqa/flake8) and [prometheus-client](https://github.com/prometheus/client_python). Updates `flake8` from 7.0.0 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.3.0) Updates `prometheus-client` from 0.19.0 to 0.26.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.19.0...v0.26.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor - dependency-name: prometheus-client dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor ... Signed-off-by: dependabot[bot] --- A_ID/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/A_ID/requirements.txt b/A_ID/requirements.txt index 4a9b1be..3a069c2 100644 --- a/A_ID/requirements.txt +++ b/A_ID/requirements.txt @@ -15,10 +15,10 @@ python-json-logger==2.0.7 pytest==8.0.0 pytest-cov==4.1.0 black==24.1.1 -flake8==7.0.0 +flake8==7.3.0 mypy==1.8.0 pyyaml>=6.0.2 -prometheus-client==0.19.0 +prometheus-client==0.26.0 structlog==24.1.0 typing-extensions>=4.12.2 google-cloud-pubsub>=2.26.1