Skip to content

Commit

Permalink
Update types-requests requirement from ==2.31.0.2 to ==2.31.0.10 (#2739)
Browse files Browse the repository at this point in the history
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:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taner Topal <[email protected]>
  • Loading branch information
dependabot[bot] and tanertopal authored Dec 22, 2023
1 parent 53e352c commit 3dd6cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rest = ["requests", "starlette", "uvicorn"]
[tool.poetry.group.dev.dependencies]
types-dataclasses = "==0.6.6"
types-protobuf = "==3.19.18"
types-requests = "==2.31.0.2"
types-requests = "==2.31.0.10"
types-setuptools = "==68.2.0.0"
clang-format = "==17.0.4"
isort = "==5.12.0"
Expand Down

0 comments on commit 3dd6cab

Please sign in to comment.