Skip to content

Commit b69a1ef

Browse files
authored
chore: Update gremlinpython & add aiohttp (#2595)
* chore: Update gremlinpython & add aiohttp Signed-off-by: Anton Kukushkin <[email protected]> * chore: Set minimum aiohttp version to address CVE-2023-49082 Signed-off-by: Anton Kukushkin <[email protected]> --------- Signed-off-by: Anton Kukushkin <[email protected]>
1 parent 105d444 commit b69a1ef

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

poetry.lock

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ pyodbc = { version = ">=4,<6", optional = true }
5454
oracledb = { version = ">=1,<3", optional = true }
5555

5656
# Graph
57-
gremlinpython = { version = "^3.6.2", optional = true }
57+
gremlinpython = { version = "^3.7.1", optional = true }
5858
SPARQLWrapper = { version = "^2.0.0", optional = true }
5959
requests = { version = "^2.0.0", optional = true }
60+
aiohttp = { version = "^3.9.0", optional = true }
6061

6162
# OpenSearch
6263
opensearch-py = { version = "^2.0.0", optional = true }
@@ -85,7 +86,7 @@ mysql = ["pymysql"]
8586
postgres = ["pg8000"]
8687
sqlserver = ["pyodbc"]
8788
oracle = ["oracledb"]
88-
gremlin = ["gremlinpython", "requests"]
89+
gremlin = ["gremlinpython", "requests", "aiohttp"]
8990
sparql = ["SPARQLWrapper", "requests"]
9091
opencypher = ["requests"]
9192
opensearch = ["opensearch-py", "jsonpath-ng", "requests-aws4auth"]

0 commit comments

Comments
 (0)