diff --git a/actions/facebook_post/pyproject.toml b/actions/facebook_post/pyproject.toml index b62dd51..62bb5c3 100644 --- a/actions/facebook_post/pyproject.toml +++ b/actions/facebook_post/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.12" dependencies = [ "python-dotenv==1.2.2", - "requests==2.33.0", + "requests==2.33.1", ] [tool.setuptools.packages.find]