Skip to content

Commit f8ef5fe

Browse files
dependabot[bot]mdellweg
authored andcommitted
[PIP] Update requests requirement in /pulp-glue
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.24.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27673d3 commit f8ef5fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"multidict>=6.0.5,<6.8",
2626
"packaging>=22.0,<=26.0", # CalVer
27-
"requests>=2.24.0,<2.33",
27+
"requests>=2.24.0,<2.34",
2828
"tomli>=2.0.0,<2.1;python_version<'3.11'",
2929
]
3030

0 commit comments

Comments
 (0)