Skip to content

Commit 16e7eb4

Browse files
Update validate-pyproject requirement from <1,>=0.23 to >=0.25,<1
Updates the requirements on [validate-pyproject](https://github.com/abravalheri/validate-pyproject) to permit the latest version. - [Release notes](https://github.com/abravalheri/validate-pyproject/releases) - [Changelog](https://github.com/abravalheri/validate-pyproject/blob/main/CHANGELOG.rst) - [Commits](abravalheri/validate-pyproject@v0.23...v0.25) --- updated-dependencies: - dependency-name: validate-pyproject dependency-version: '0.25' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac8b1d2 commit 16e7eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ optional-dependencies.develop = [
9898
"ruff<0.16",
9999
"sphinx-autobuild>=2024",
100100
"ty==0.0.29",
101-
"validate-pyproject>=0.23,<1",
101+
"validate-pyproject>=0.25,<1",
102102
]
103103
optional-dependencies.docs = [
104104
"myst-parser[linkify]>=0.18,<5",

0 commit comments

Comments
 (0)