From 94a68f70da1fce025a7ecbf14e28c7f628f47db3 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Wed, 11 Sep 2024 13:50:38 +0200 Subject: [PATCH 1/2] fix: remove broken link Signed-off-by: Lala Sabathil --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0be148b48..f9fe6dd87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -409,7 +409,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 From 2c47eab9e122264180b7aa982d93064660579890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:58:47 +0200 Subject: [PATCH 2/2] chore(deps-dev): update pytest requirement from ~=8.3.2 to ~=8.3.3 in the major-version-bumps group (#2574) chore(deps-dev): update pytest requirement Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development dependency-group: major-version-bumps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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