diff options
author | 2025-02-26 21:01:18 +0000 | |
---|---|---|
committer | 2025-02-26 21:01:18 +0000 | |
commit | 314ccbb3cd12fb590f042ff9588315ae56fe6bae (patch) | |
tree | 2146cea5840d605fbe9c9b90e7cfb57c72feabc7 /pyproject.toml | |
parent | Bump deps to latest (#3262) (diff) |
Drop bs4 back down to 4.12.3
This upgrade is suspected to cause the error with the cogs cog we were seeing in #dev-log.
E.G. https://discord.com/channels/267624335836053506/622895325144940554/1344409315556986991
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 350931d89..e9e768dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pydis_core = { version = "11.6.0", extras = ["all"] } aiohttp = "3.11.12" arrow = "1.3.0" -beautifulsoup4 = "4.13.3" +beautifulsoup4 = "4.12.3" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } coloredlogs = "15.0.1" deepdiff = "7.0.1" |