Skip to content

Commit

Permalink
Update types-requests requirement from ~2.28 to ~2.29
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.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and COM8 committed May 5, 2023
1 parent 172ff00 commit 08e7628
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 @@ -17,7 +17,7 @@ mypy = "~1.2"
pre-commit = "~3.3"
pylint = "~2.17"
pytest = "~7.3"
types-requests = "~2.28"
types-requests = "~2.29"

[tool.mypy]
python_version = 3.9
Expand Down

0 comments on commit 08e7628

Please sign in to comment.