Skip to content

Commit 7b74de7

Browse files
build(deps-dev): update types-requests requirement from ~=2.29.0 to ~=2.30.0 (#514)
build(deps-dev): update types-requests requirement Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 809a714 commit 7b74de7

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
@@ -56,7 +56,7 @@ dev = [
5656
"ruff==0.0.265",
5757
"tomli~=2.0; python_version<'3.11'",
5858
"types-python-dateutil~=2.8.19",
59-
"types-requests~=2.29.0",
59+
"types-requests~=2.30.0",
6060
"urllib3<2", # temporary pin https://github.com/stac-utils/pystac-client/issues/509
6161
]
6262
docs = [

0 commit comments

Comments
 (0)