diff --git a/pyproject.toml b/pyproject.toml index 9664d1b..aff8243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" -requests = "2.32.5" # HTTP request library +requests = "2.33.0" # HTTP request library [tool.poetry.group.dev.dependencies] mypy = "^1.18.2" # For static type checking