Skip to content

Commit

Permalink
chore: bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [requests](https://github.com/psf/requests) and [types-requests](https://github.com/python/typeshed).


Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `types-requests` from 2.31.0.20240406 to 2.32.0.20240523
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 9b7b033 commit 3d19f4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -70,7 +70,7 @@ pytest-httpserver = "^1.0.10"
# currently, mypy cannot run in pypy https://github.com/python/typed_ast/issues/111
mypy = {version = "^1.10", markers = "platform_python_implementation == 'CPython'"}
types-toml = {version = "^0.10.8", markers = "platform_python_implementation == 'CPython'"}
types-requests = {version = "^2.31.0", markers = "platform_python_implementation == 'CPython'"}
types-requests = {version = "^2.32.0", markers = "platform_python_implementation == 'CPython'"}
autoflake = "^2.3"
isort = "^5.13.2"
black = "^24.4.2"
Expand Down

0 comments on commit 3d19f4c

Please sign in to comment.