Skip to content

Commit c022624

Browse files
chore(pin): update black to #patch
1 parent 35e17de commit c022624

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ requests = "^2.32.3"
2929
python-slugify = "^8.0.4"
3030

3131
[tool.poetry.group.dev.dependencies]
32-
black = "^25.1.0"
33-
isort = ">=5.13.2,<7.0.0"
34-
mypy = "^1.9.0"
35-
pylint = "^3.1.0"
32+
black = "25.12.0"
33+
isort = "==6.1.0"
34+
mypy = "1.20.0"
35+
pylint = "3.3.9"
3636
types-pyyaml = "^6.0.12.20240311"
3737
types-requests = "^2.32.0.20240712"
38-
bump-my-version = "^1.1.2"
38+
bump-my-version = "1.3.0"
3939

4040
[build-system]
4141
requires = ["poetry-core"]

0 commit comments

Comments
 (0)