diff options
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5423e8d4b..0310737d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = {text = "MIT"}  requires-python = "==3.12.*"  dependencies = [      "pydis-core[all]==11.6.1", -    "aiohttp==3.11.13", +    "aiohttp==3.12.14",      "arrow==1.3.0",      "beautifulsoup4==4.12.3",      "colorama==0.4.6; sys_platform == \"win32\"",  |