diff --git a/pyproject.toml b/pyproject.toml index e26cc72..49f0f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ requires-python = ">=3.9,<3.13" dependencies = [ "matplotlib>=3.8.2,<3.10", "numpy>=1.26.3,<1.27", - "requests>=2.31.0,<2.32", + "requests>=2.31.0,<2.33", "scipy>=1.12.0,<1.14", "tqdm>=4.66.1,<5.0", ]