Skip to content

Commit 1e33b1f

Browse files
committed
chore: address dependency review warning
1 parent 173ca97 commit 1e33b1f

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

examples/poetry.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ python = ">=3.7,<3.13"
1111
momento = "1.28.0"
1212
colorlog = "6.7.0"
1313
hdrhistogram = "^0.10.1"
14+
setuptools = [
15+
{version = "^68.0.0", python = ">=3.7,<3.8"},
16+
{version = "^70.0.0", python = ">=3.8,<3.13"}
17+
]
1418

1519
[tool.poetry.group.lint.dependencies]
1620
mypy = "^0.971"

0 commit comments

Comments
 (0)