diff options
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 23aa2f5..83f4f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "pytest>=9.0.3", - "requests>=2.32.0,<3.0", + "requests>=2.34.2,<3.0", ] [project.optional-dependencies] |
