Skip to content

Commit

Permalink
Combine acceptable dependabot updates for Python (#6853)
Browse files Browse the repository at this point in the history
* Bump black from 24.3.0 to 24.10.0 in /dev_tools/requirements

Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.10.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.3.0...24.10.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump types-requests in /dev_tools/requirements

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.1 to 2.32.0.20241016.
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
pavoljuhas and dependabot[bot] authored Dec 17, 2024
1 parent 324a086 commit 2b19bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/format.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
black==24.3.0
black==24.10.0
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ mypy==1.11.1

# packages with stub types for various libraries
types-protobuf>=3.20.0
types-requests==2.28.1
types-requests==2.32.0.20241016

0 comments on commit 2b19bd3

Please sign in to comment.