From 3d847af359359e6a2b852a5affbd676e8e49d8e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:17:31 +0000 Subject: [PATCH 1/2] Bump websockets from 14.1 to 14.2 Bumps [websockets](https://github.com/python-websockets/websockets) from 14.1 to 14.2. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.1...14.2) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1dc3e2..50edf51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ spotipy==2.25.0 typing_extensions==4.12.2 urllib3==2.3.0 valo_api==2.0.8 -websockets==14.1 +websockets==14.2 Werkzeug==3.1.3 yarl==1.18.3 yt-dlp==2025.1.15 From ceb380755ca0609a314c3a40b9bba2abdda8d37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:17:54 +0000 Subject: [PATCH 2/2] Bump numpy from 2.2.1 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1dc3e2..89e6d3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ msgspec>=0.12,<0.20 multidict==6.1.0 mutagen==1.47.0 nextcord==3.0.1 -numpy==2.2.1 +numpy==2.2.2 pillow==10.4.0 propcache==0.2.1 pycparser==2.22