Skip to content

Commit

Permalink
chore: bump types-requests from 2.28.11.17 to 2.29.0.0
Browse files Browse the repository at this point in the history
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.17 to 2.29.0.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent 68080a9 commit f050dda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pytest-httpserver = "^1.0.6"
# currently, mypy cannot run in pypy https://github.com/python/typed_ast/issues/111
mypy = {version = "^1.0", markers = "platform_python_implementation == 'CPython'"}
types-toml = {version = "^0.10.8", markers = "platform_python_implementation == 'CPython'"}
types-requests = {version = "^2.28.11", markers = "platform_python_implementation == 'CPython'"}
types-requests = {version = "^2.29.0", markers = "platform_python_implementation == 'CPython'"}
autoflake = "^2.1"
isort = "^5.10.1"
black = "^23.3.0"
Expand Down

0 comments on commit f050dda

Please sign in to comment.