diff --git a/pyproject.toml b/pyproject.toml index 3f60a98..f8796d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.9" license = { text = "Unlicense" } dependencies = [ - "requests>=2.31.0,<3", + "requests>=2.34.2,<3", "Pillow>=10.0.1,<12", ] diff --git a/requirements.txt b/requirements.txt index 65de599..293df1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Pinned lower bounds with a compatible upper bound. # For a fully reproducible install with hashes, use requirements.lock. -requests>=2.31.0,<3 +requests>=2.34.2,<3 Pillow>=10.0.1,<12