From 4cbed46aaf9d5a947c50341d1e95f346926f904c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 02:52:12 +0000 Subject: [PATCH] build(deps): bump types-requests in /misc/qt-updater Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20240311 to 2.31.0.20240406. - [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 24ca715f..a492284e 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.3.4 # via qt-updater (pyproject.toml) -types-requests==2.31.0.20240311 +types-requests==2.31.0.20240406 # via qt-updater (pyproject.toml) typing-extensions==4.10.0 # via mypy