Skip to content

Commit 522d55f

Browse files
Copilotmykaul
andcommitted
Add cryptography>=42.0.4 to dev dependencies for column encryption tests
Co-authored-by: mykaul <[email protected]>
1 parent 37a992d commit 522d55f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requires-python = ">=3.9"
3232

3333
[project.optional-dependencies]
3434
graph = ['gremlinpython==3.7.4']
35-
cle = ['cryptography>=35.0']
35+
cle = ['cryptography>=42.0.4']
3636
compress-lz4 = ['lz4']
3737
compress-snappy = ['python-snappy']
3838

@@ -51,6 +51,7 @@ dev = [
5151
"futurist",
5252
"asynctest",
5353
"pyyaml",
54+
"cryptography>=42.0.4",
5455
"ccm @ git+https://[email protected]/scylladb/scylla-ccm.git@master",
5556
]
5657

0 commit comments

Comments
 (0)