Skip to content

Commit 917bec9

Browse files
chore(deps): update python packages
1 parent 16401a1 commit 917bec9

File tree

2 files changed

+45
-120
lines changed

2 files changed

+45
-120
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,16 @@ protobuf = { version = ">=4.21", optional = true }
4747
hightime = ">=0.2.2"
4848
tzlocal = "^5.0"
4949
python-decouple = ">=3.8"
50-
click = [
51-
{ version = ">=8.0.0,<8.2.0", python = ">=3.9,<3.10" },
52-
{ version = ">=8.0.0", python = "^3.10" },
53-
]
50+
click = ">=8.0.0"
5451
distro = { version = ">=1.9.0", platform = "linux" }
5552
requests = ">=2.25.0"
5653

54+
5755
[tool.poetry.extras]
5856
grpc = ["grpcio", "protobuf"]
5957

6058
[tool.poetry.group.codegen.dependencies]
59+
click = "^8.1"
6160
Mako = "^1.2"
6261
grpcio-tools = [
6362
{ version = "1.49.1", python = ">=3.9,<3.12" },
@@ -79,10 +78,7 @@ toml = ">=0.10.2"
7978
optional = true
8079

8180
[tool.poetry.group.examples.dependencies]
82-
matplotlib = [
83-
{ version = ">=3.9.0,<3.10.0", python = ">=3.9,<3.10" },
84-
{ version = ">=3.9.0", python = "^3.10" },
85-
]
81+
matplotlib = { version = ">=3.9.0", python = ">=3.9" }
8682
nptdms = ">=1.9.0"
8783

8884
[tool.poetry.group.lint.dependencies]

0 commit comments

Comments
 (0)