diff --git a/pyproject.toml b/pyproject.toml index 1a85989..85bdd88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Small Python learning exercises (CLI tools and APIs)" requires-python = ">=3.10" dependencies = [ - "requests>=2.31.0", + "requests>=2.33.1", ] [project.optional-dependencies]