Skip to content

Commit 8cdcafc

Browse files
build(deps): update requests requirement from >=2.24.0 to >=2.34.2
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.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 181499d commit 8cdcafc

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
@@ -14,7 +14,7 @@ authors = [
1414
urls = {homepage = "https://github.com/codesalatdev/python-picnic-api", repository = "https://github.com/codesalatdev/python-picnic-api"}
1515
requires-python = ">=3.13"
1616
dependencies = [
17-
"requests>=2.24.0",
17+
"requests>=2.34.2",
1818
"typing_extensions>=4.16.0"
1919
]
2020

0 commit comments

Comments
 (0)