diff --git a/pyproject.toml b/pyproject.toml index 77b535b..e19f5b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ version = "2.1.10" requires-python = ">= 3.11" dependencies = [ "discord.py==2.5.2", - "requests==2.32.3", + "requests==2.32.4", "PyNaCl==1.5.0", "python-dotenv==1.0.1", ]