Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates in the / directory: [black](https://github.com/psf/black), [requests](https://github.com/psf/requests) and [tornado](https://github.com/tornadoweb/tornado).


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

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 `tornado` from 6.4 to 6.4.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
- dependency-name: tornado
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent 6809fd5 commit 6be4837
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 36 deletions.
92 changes: 57 additions & 35 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 @@ -45,7 +45,7 @@ tensorflow = {version = ">=2.12.0,<2.16", optional = true}
polars = { version = "^0.20.15", optional = true }

[tool.poetry.group.dev.dependencies]
black = "^22.12.0"
black = ">=22.12,<25.0"
isort = "^5.12.0"
toml = "^0.10.2"
pylint = "^2.14.0"
Expand Down

0 comments on commit 6be4837

Please sign in to comment.