Skip to content

Commit b129710

Browse files
committed
dependency fix
1 parent fb48541 commit b129710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1" }
4545

4646
[tool.poetry.group.encryption_jwt]
4747
optional = true
48-
dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1", pyjwt = "^2.9.0", aioboto3 = "^13.1.1", "requests" = "^2.32.3", "types-requests": "^2.32.0" }
48+
dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1", pyjwt = "^2.9.0", aioboto3 = "^13.1.1", "requests" = "^2.32.3", "types-requests" = "^2.32.0" }
4949

5050
[tool.poetry.group.gevent]
5151
optional = true

0 commit comments

Comments
 (0)