Skip to content

Commit c0b24aa

Browse files
chore(deps): update requests requirement in /unicorn_web
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.5...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 418b3d0 commit c0b24aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unicorn_web/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"aws-lambda-powertools[tracer]>=3.25.0",
1313
"aws-xray-sdk>=2.15.0",
1414
"boto3>=1.42.68",
15-
"requests>=2.32.5",
15+
"requests>=2.33.1",
1616
"crhelper>=2.0.12",
1717
]
1818

0 commit comments

Comments
 (0)