diff --git a/CHANGELOG.md b/CHANGELOG.md index d283080661..0112d366c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -411,7 +411,6 @@ These changes are available on the `master` branch, but have not yet been releas - Updated the values of the `Color.embed_background()` classmethod to correspond with new theme colors in the app. - ([#1931](https://github.com/Pycord-Development/pycord/pull/1931)) ### Fixed diff --git a/requirements/dev.txt b/requirements/dev.txt index a520804fe5..378c5b08c6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,6 +1,6 @@ -r _.txt pylint~=3.2.7 -pytest~=8.3.2 +pytest~=8.3.3 pytest-asyncio~=0.23.8 # pytest-order~=1.0.1 mypy~=1.11.2