Skip to content

Commit

Permalink
fix(cli): bump black from 22.12.0 to 24.3.0 in /generators/python (#3232
Browse files Browse the repository at this point in the history
)

* build(deps-dev): bump black from 22.12.0 to 24.3.0 in /generators/python

Bumps [black](https://github.com/psf/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)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

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

* updating poetry lock

* bump mypy version

* redid poetry lock

* updating mypy and poetry lock file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Darwin Ding <[email protected]>
  • Loading branch information
dependabot[bot] and dubwub authored Oct 24, 2024
1 parent 68bafd0 commit 4ffd130
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 58 deletions.
116 changes: 61 additions & 55 deletions generators/python/poetry.lock

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

5 changes: 2 additions & 3 deletions generators/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ fern_fern_ir_v53 = "53.12.0"

[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
typing_extensions = ">=4.10.0,<5"
mypy = "1.11.1"
black = "^23.9.1"
mypy = "^1.13.0"
black = "^24.3.0"
flake8 = "^5.0.4"
isort = "^5.10.1"
pre-commit = "^2.20.0"
Expand Down

0 comments on commit 4ffd130

Please sign in to comment.