diff --git a/pyproject.toml b/pyproject.toml index e5b4ca2..d212e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ description = "A Python package for accessing the LemmyHttp API" readme = "README.md" requires-python = ">=3.7" dependencies = [ - "requests==2.31.0", + "requests==2.32.0", "typing-extensions==4.9.0", ] classifiers = [