Skip to content

Commit 4faf919

Browse files
committed
chore: update black version to 25.1.0 and adjust Python version requirement
1 parent 380b4b3 commit 4faf919

File tree

3 files changed

+144
-151
lines changed

3 files changed

+144
-151
lines changed

poetry.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ pytest-mock = "^3.12.0"
6767
flask-sqlalchemy = "^3.0.5"
6868

6969
# Code Quality
70-
black = "^23.3.0"
7170
flake8 = "^6.0.0"
7271
isort = "^5.12.0"
7372
mypy = "^1.5.0"
@@ -85,6 +84,7 @@ urllib3 = "^1.26.18"
8584
ipython = "^8.15.0"
8685
rich = "^13.5.0"
8786
bandit = "^1.8.6"
87+
black = "^25.1.0"
8888

8989
[tool.poetry.group.docs.dependencies]
9090
mkdocs = "^1.5.3"

0 commit comments

Comments
 (0)