From 6b400f6594d339f9a7cc742196b1a33a6f57de32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:30:37 +0000 Subject: [PATCH] chore(deps): Update pyyaml requirement from >=6.0.1 to >=6.0.3 in /bot Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index ed99a26..eab5bbb 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,6 +1,6 @@ discord.py>=2.3.2 python-dotenv>=1.0.0 -PyYAML>=6.0.1 +PyYAML>=6.0.3 pydantic>=2.4.2 PyNaCl>=1.6.2 lavalink>=5.9.0