Skip to content

Commit 3031e21

Browse files
committed
Update dependencies to include setuptools version 78.1.1 in pyproject.toml and update poetry.lock accordingly
1 parent 03906ab commit 3031e21

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ dependencies = [
1212
"requests (>=2.32.2,<3.0.0)",
1313
"aiohttp (>=3.11.18,<4.0.0)",
1414
"jinja2 (==3.1.6)",
15-
"pytest (>=8.3.5,<10.0.0)"
15+
"pytest (>=8.3.5,<10.0.0)",
16+
"setuptools (>=78.1.1,<79.0.0)"
1617
]
1718

1819
[project.urls]

0 commit comments

Comments
 (0)