Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.69k stars 2.3k forks source link

Bump dependencies #6312

Closed Jackenmen closed 5 months ago

Jackenmen commented 5 months ago

Description of the changes

This PR does a few things:

Have the changes in this PR been tested?

Partially yes, see results:

Test run of updated install instructions:

Jackenmen commented 5 months ago

Postgres is failing hard with asyncpg v0.29.0, it seems.

Jackenmen commented 5 months ago

Alright, I figured it out, it had nothing to do with asyncpg and everything to do with the testing framework (or more specifically, pytest-asyncio plugin). I added an upper-bound for relevant packages and we can reevaluate it in the future since it's classified as an upstream issue.