Skip to content

Commit 058b7a2

Browse files
committed
upgraded black to the latest version and updated min python version to 3.8
Python 3.7 is not supported anymore and not supported by some packages
1 parent 976378c commit 058b7a2

2 files changed

Lines changed: 42 additions & 111 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Bug Tracker" = "https://github.com/onekey-sec/python-client/issues"
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.7.0"
23+
python = "^3.8.0"
2424
httpx = "0.23.0"
2525
pydantic = "1.8.2"
2626
Authlib = "^0.15.3"
@@ -29,7 +29,7 @@ click = "^8.1.3"
2929
junit-xml = "^1.9"
3030

3131
[tool.poetry.dev-dependencies]
32-
black = "^22.3.0"
32+
black = "^24.4.0"
3333

3434
[build-system]
3535
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)