Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Commit 04d07d5

Browse files
chore(deps): update requests requirement from >=2.32.0 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](psf/requests@v2.32.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b029f25 commit 04d07d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828

2929
dependencies = [
30-
"requests>=2.32.0",
30+
"requests>=2.33.1",
3131
"pyyaml>=6.0.2",
3232
"openapi-spec-validator>=0.7.2",
3333
"jsonschema>=4.23.0",

0 commit comments

Comments
 (0)