diff --git a/pyproject.toml b/pyproject.toml index 85050ae..17ecef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.10,<4.0" dependencies = [ "aiohttp>=3.9.5,<4.0", "prometheus_client>=0.20.0,<1.0", - "matplotlib>=3.9.1,<4.0", + "matplotlib>=3.9.0,<4.0", "pydantic>=2.8.2,<3.0", "pydantic-settings>=2.3.4,<3.0", "requests>=2.32.3,<3.0", diff --git a/requirements.txt b/requirements.txt index 9b9c381..4d5d35e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.9.5 prometheus_client==0.20.0 -matplotlib==3.9.1 +matplotlib==3.9.0 pydantic==2.8.2 pydantic-settings==2.3.4 requests==2.32.3