From 9d1ae4eabb13c909fadabe4a2df8035c7c8e207e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 03:28:19 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /chatterbot Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-version: '5.4' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatterbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/requirements.txt b/chatterbot/requirements.txt index e34959c77e..cdd3ed40a0 100644 --- a/chatterbot/requirements.txt +++ b/chatterbot/requirements.txt @@ -8,7 +8,7 @@ Pint==0.19.2 pymongo==3.12.3 python-dateutil==2.7.5 pytz==2022.2.1 -PyYAML==3.13 +PyYAML==5.4 regex==2022.9.11 six==1.16.0 SQLAlchemy==1.2.19