diff --git a/pyproject.toml b/pyproject.toml index 490a08a..f217634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "jsonpath-ng==1.6.1", - "prometheus-client==0.21.0", + "jsonpath-ng==1.7.0", + "prometheus-client==0.21.1", "pyyaml==6.0.2", "requests==2.32.3", ] diff --git a/requirements.txt b/requirements.txt index d9bf0f4..d578180 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==2024.8.30 -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 idna==3.10 -jsonpath-ng==1.6.1 +jsonpath-ng==1.7.0 ply==3.11 -prometheus-client==0.21.0 +prometheus-client==0.21.1 pyyaml==6.0.2 requests==2.32.3 urllib3==2.2.3 diff --git a/setup.py b/setup.py index 8a2af06..650eb12 100644 --- a/setup.py +++ b/setup.py @@ -34,8 +34,8 @@ keywords="prometheus json exporter", packages=find_packages(), install_requires=[ - "jsonpath-ng==1.6.1", - "prometheus-client==0.21.0", + "jsonpath-ng==1.7.0", + "prometheus-client==0.21.1", "pyyaml==6.0.2", "requests==2.32.3", ],