Skip to content

Commit 4a31086

Browse files
try update deps (#381)
1 parent e74c3d3 commit 4a31086

File tree

2 files changed

+94
-67
lines changed

2 files changed

+94
-67
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ authors = [
66
{name = "vesoft-inc", email = "info@vesoft.com"},
77
]
88
dependencies = [
9-
"future >= 0.18.0",
10-
"httplib2 >= 0.20.0",
11-
"pytz >= 2021.1",
12-
"six >= 1.16.0",
13-
"httpx[http2] >= 0.22.0",
9+
"future>=1.0.0",
10+
"httplib2>=0.31.0",
11+
"pytz>=2025.2",
12+
"six>=1.17.0",
13+
"httpx[http2]>=0.22.0",
14+
"legacy-cgi>=2.6.3; python_version >= \"3.10\"",
1415
]
1516
requires-python = ">=3.6.2"
1617
readme = "README.md"
@@ -41,22 +42,22 @@ distribution = true
4142
[tool.pdm.build]
4243
includes = ["nebula3"]
4344

44-
[tool.pdm.dev-dependencies]
45-
dev = [
46-
"black==22.8.0",
47-
]
48-
test = [
49-
"pytest; python_full_version >= \"3.7.1\"",
50-
"pytest-cov; python_full_version >= \"3.7.1\"",
51-
]
52-
example = [
53-
"prettytable; python_version >= \"3.10\"",
54-
"pandas; python_version >= \"3.10\"",
55-
]
56-
5745
[tool.pdm.scripts]
5846
fmt = "black -S ."
5947
fmt-check = "black -S --check ."
6048
test = 'pytest -s -v -k "not SSL" --cov=nebula3/ --cov-report=xml --cov-append'
6149
test-ssl = 'pytest -s -v -k "SSL" --cov=nebula3/ --cov-report=xml --cov-append'
6250

51+
52+
[dependency-groups]
53+
dev = [
54+
"black>=22.8.0",
55+
]
56+
example = [
57+
"prettytable>=3.16.0; python_version >= \"3.10\"",
58+
"pandas>=2.3.2; python_version >= \"3.10\"",
59+
]
60+
test = [
61+
"pytest>=7.4.4; python_full_version >= \"3.7.1\"",
62+
"pytest-cov>=4.1.0; python_full_version >= \"3.7.1\"",
63+
]

0 commit comments

Comments
 (0)