From 7df0556d37cb12fb03b078642152279cfd149511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 08:24:02 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.11 to 6.0.12.20241230 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.11 to 6.0.12.20241230. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml 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 5a828b22..9492ffe1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pyyaml==6.0.2 ; python_version >= "3.7" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.7" and python_version < "4.0" responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6" -types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0" +types-pyyaml==6.0.12.20241230 ; python_version >= "3.7" and python_version < "4.0" typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.8" urllib3==2.0.7 ; python_version >= "3.7" and python_version < "4.0" userpath==1.9.0 ; python_version >= "3.7" and python_version < "4.0"