Skip to content

Commit a784070

Browse files
Update black requirement from ^23.1.0 to >=23.1,<25.0 (#13)
* Update black requirement from ^23.1.0 to >=23.1,<25.0 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.1.0...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * new black formatting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Loren Siebert <[email protected]>
1 parent c54e37e commit a784070

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pytest-mock = "^3.10.0"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
flake8 = ">=6,<8"
21-
black = "^23.1.0"
21+
black = ">=23.1,<25.0"
2222
mypy = "^1.0.0"
2323
psycopg-binary = "^3.1.8"
2424

src/sinker/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Sinker settings."""
2+
23
import logging.config
34
import os
45

0 commit comments

Comments
 (0)