Skip to content

Commit 314ccbb

Browse files
committed
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
1 parent 02b9579 commit 314ccbb

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

poetry.lock

+8-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pydis_core = { version = "11.6.0", extras = ["all"] }
1313

1414
aiohttp = "3.11.12"
1515
arrow = "1.3.0"
16-
beautifulsoup4 = "4.13.3"
16+
beautifulsoup4 = "4.12.3"
1717
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
1818
coloredlogs = "15.0.1"
1919
deepdiff = "7.0.1"

0 commit comments

Comments
 (0)