Skip to content

Commit e9a7474

Browse files
author
patched.codes[bot]
committed
Patched pyproject.toml
1 parent 74dd568 commit e9a7474

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```toml
12
[tool.poetry]
23
name = "patchwork-cli"
34
version = "0.0.124"
@@ -93,7 +94,7 @@ setuptools = "*"
9394
poethepoet = {version = "^0.33.1", extras = ["poetry-plugin"]}
9495
mypy = "^1.7.1"
9596
types-requests = "~2.31.0"
96-
black = "^23.12.0"
97+
black = "^24.3.0" # updated version
9798
isort = "^5.13.2"
9899
autoflake = "^2.3.1"
99100
pytest = "^8.1.1"
@@ -136,3 +137,4 @@ in-place = true
136137
remove-all-unused-imports = true
137138
expand-star-imports = true
138139
ignore-init-module-imports = true
140+
```

0 commit comments

Comments
 (0)