Skip to content

Commit 04db2fd

Browse files
Patch dependabot security vulnerability in extras dependency (#284)
Fixes https://github.com/redis/redis-vl-python/security/dependabot/16
1 parent 20c69bd commit 04db2fd

File tree

2 files changed

+41
-36
lines changed

2 files changed

+41
-36
lines changed

poetry.lock

+40-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ types-redis = "*"
6969
types-pyyaml = "*"
7070
types-tabulate = "*"
7171
testcontainers = "^4.3.1"
72+
cryptography = { version = ">=44.0.1", markers = "python_version > '3.9.1'" }
7273

7374
[tool.poetry.group.docs.dependencies]
7475
sphinx = ">=4.4.0"

0 commit comments

Comments
 (0)