From 4073e5bb2482f395e2c9e85337506a290b692ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 09:03:34 +0000 Subject: [PATCH] chore(deps): bump the minor_and_patch group across 1 directory with 6 updates Bumps the minor_and_patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prometheus-client](https://github.com/prometheus/client_python) | `0.22.1` | `0.23.1` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [certifi](https://github.com/certifi/python-certifi) | `2025.7.14` | `2025.10.5` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.2` | `3.4.4` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | Updates `prometheus-client` from 0.22.1 to 0.23.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.22.1...v0.23.1) 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 `certifi` from 2025.7.14 to 2025.10.5 - [Commits](https://github.com/certifi/python-certifi/compare/2025.07.14...2025.10.05) Updates `charset-normalizer` from 3.4.2 to 3.4.4 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.2...3.4.4) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_and_patch - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_and_patch - dependency-name: certifi dependency-version: 2025.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: charset-normalizer dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_and_patch - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements.txt | 12 ++++++------ setup.py | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a80dd6a..6a688f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,9 @@ classifiers = [ ] dependencies = [ "jsonpath-ng==1.7.0", - "prometheus-client==0.22.1", - "pyyaml==6.0.2", - "requests==2.32.4", + "prometheus-client==0.23.1", + "pyyaml==6.0.3", + "requests==2.32.5", ] [tool.uv] diff --git a/requirements.txt b/requirements.txt index cd8583d..6e5e747 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # This file was autogenerated by uv via the following command: # uv export --frozen --no-dev --no-hashes --output-file=requirements.txt -certifi==2025.7.14 -charset-normalizer==3.4.2 -idna==3.10 +certifi==2025.10.5 +charset-normalizer==3.4.4 +idna==3.11 jsonpath-ng==1.7.0 ply==3.11 -prometheus-client==0.22.1 -pyyaml==6.0.2 -requests==2.32.4 +prometheus-client==0.23.1 +pyyaml==6.0.3 +requests==2.32.5 urllib3==2.5.0 diff --git a/setup.py b/setup.py index 0a3afdc..7eb5088 100644 --- a/setup.py +++ b/setup.py @@ -35,9 +35,9 @@ packages=find_packages(), install_requires=[ "jsonpath-ng==1.7.0", - "prometheus-client==0.22.1", - "pyyaml==6.0.2", - "requests==2.32.4", + "prometheus-client==0.23.1", + "pyyaml==6.0.3", + "requests==2.32.5", ], python_requires=">=3.8", py_modules=[],