Skip to content

Commit

Permalink
feat(Dependencies): Update dependency black to v23.12.1
Browse files Browse the repository at this point in the history
| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| pypi       | black   | 23.11.0 | 23.12.1 |
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent 2dde0c0 commit a751417
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 22 deletions.
63 changes: 42 additions & 21 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 @@ -18,7 +18,7 @@ psycopg2 = "2.9.9"
[tool.poetry.dev-dependencies]
aiohttp-devtools = "1.1.2"
pre-commit = "3.6.0"
black = {version = "23.11.0",allow-prereleases = true}
black = {version = "23.12.1",allow-prereleases = true}
sphinx-autodoc-typehints = "1.25.2"
sphinx = "7.2.6"
sphinxcontrib-trio = "1.1.2"
Expand Down

0 comments on commit a751417

Please sign in to comment.