From d898bfca6f961593ad5fee27c0e22da7d1193d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:23:30 +0000 Subject: [PATCH] Update requests requirement from >=2.28 to >=2.33.1 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yaml2markdown/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml2markdown/requirements.txt b/yaml2markdown/requirements.txt index b07b17c..d36cbaf 100644 --- a/yaml2markdown/requirements.txt +++ b/yaml2markdown/requirements.txt @@ -1,4 +1,4 @@ PyYAML>=6.0 click>=8.0 Pillow>=9.0 -requests>=2.28 \ No newline at end of file +requests>=2.33.1 \ No newline at end of file