Skip to content

Commit 6a527bc

Browse files
author
patched.codes[bot]
committed
Patched pyproject.toml
1 parent c953072 commit 6a527bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 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"
@@ -61,6 +62,7 @@ numpy = "1.26.4"
6162
pandas = "2.2.3"
6263
scipy = "1.13.1"
6364
boto3 = "~1.37.11"
65+
cryptography = "44.0.1"
6466

6567
# extras
6668
# security
@@ -93,7 +95,7 @@ setuptools = "*"
9395
poethepoet = {version = "^0.33.1", extras = ["poetry-plugin"]}
9496
mypy = "^1.7.1"
9597
types-requests = "~2.31.0"
96-
black = "^23.12.0"
98+
black = "^24.3.0"
9799
isort = "^5.13.2"
98100
autoflake = "^2.3.1"
99101
pytest = "^8.1.1"
@@ -136,3 +138,4 @@ in-place = true
136138
remove-all-unused-imports = true
137139
expand-star-imports = true
138140
ignore-init-module-imports = true
141+
```

0 commit comments

Comments
 (0)