Skip to content

Commit

Permalink
Bump the dev-dependencies group in /automation with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /automation with 2 updates: [isort](https://github.com/pycqa/isort) and [black](https://github.com/psf/black).


Updates `isort` from 5.12.0 to 5.13.2
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.12.0...5.13.2)

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

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and insolor committed Jan 1, 2024
1 parent d799d5c commit 3fe0302
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 30 deletions.
57 changes: 29 additions & 28 deletions automation/poetry.lock

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

4 changes: 2 additions & 2 deletions automation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ langcodes = {extras = ["data"], version = "^3.3.0"}
scour = "^0.38.2"

[tool.poetry.group.dev.dependencies]
isort = "^5.12.0"
black = "^23.11.0"
isort = "^5.13.2"
black = "^23.12.1"

[[tool.poetry.source]]
name = "dfint"
Expand Down

0 comments on commit 3fe0302

Please sign in to comment.