diff --git a/pyproject.toml b/pyproject.toml index 88f4c89c..ce9ae263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = ">=3.9 <3.13" numpy = "1.26.4" py-cord = {git = "https://github.com/Pycord-Development/pycord", rev = "8a7ea47", extras = ["voice"]} -requests = "2.31.0" +requests = "2.32.0" psutil = "5.9.8" python-dateutil = "2.9.0.post0" gitpython = "3.1.43"