Skip to content

Commit 45ebefe

Browse files
Update requests requirement from >=2.13 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.13.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 fd5360c commit 45ebefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"docopt >= 0.6.2",
4747
"lockfile >= 0.9.1",
4848
"python-daemon >= 1.6",
49-
"requests >= 2.13",
49+
"requests >= 2.33.1",
5050
]
5151
description = "Job runner daemon for Cyber Hygiene remote scanners"
5252
dynamic = ["readme", "version"]

0 commit comments

Comments
 (0)