Skip to content

Commit e512b6d

Browse files
Upgrade setuptools to a version that handle license properly
1 parent f09ac56 commit e512b6d

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
@@ -54,7 +54,8 @@ repository = "https://github.com/pytest-dev/pytest-bdd"
5454
[tool.poetry.group.dev.dependencies]
5555
tox = ">=4.11.3"
5656
mypy = ">=1.6.0"
57-
types-setuptools = ">=68.2.0.0"
57+
types-setuptools = ">=77"
58+
setuptools = ">=77"
5859
pytest-xdist = ">=3.3.1"
5960
coverage = {extras = ["toml"], version = ">=6.5.0"}
6061
Pygments = ">=2.13.0" # for code-block highlighting

0 commit comments

Comments
 (0)