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..b5f1fa9 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 +certifi==2025.8.3 +charset-normalizer==3.4.3 idna==3.10 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=[],