Skip to content

Commit 88f8f7e

Browse files
build(deps): update requests requirement from >=2.33.1 to >=2.34.0
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.33.1...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc6bb2f commit 88f8f7e

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
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"chardet>=7.4.3",
24-
"requests>=2.33.1",
24+
"requests>=2.34.0",
2525
"rich>=15.0.0",
2626
"scapy>=2.7.1rc1; python_version < '4'",
2727
"setuptools>=82.0.1",

0 commit comments

Comments
 (0)