From 1f46976f4fb9dbdc11a0870a6917733f8e8e0d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:26:30 +0000 Subject: [PATCH] build(deps): bump types-requests in /misc/qt-updater Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20240125 to 2.31.0.20240218. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- misc/qt-updater/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/qt-updater/requirements.txt b/misc/qt-updater/requirements.txt index 6c33642a..98aa0759 100644 --- a/misc/qt-updater/requirements.txt +++ b/misc/qt-updater/requirements.txt @@ -32,7 +32,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml ruff==0.2.1 # via qt-updater (pyproject.toml) -types-requests==2.31.0.20240125 +types-requests==2.31.0.20240218 # via qt-updater (pyproject.toml) typing-extensions==4.9.0 # via mypy