Skip to content

Commit 5ca62f7

Browse files
build(deps-dev): update packaging requirement from <26.0 to <27.0
Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@14.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f3f3eb commit 5ca62f7

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
@@ -16,7 +16,7 @@ dev = [
1616

1717
toxgen = [
1818
"jinja2",
19-
"packaging<26.0",
19+
"packaging<27.0",
2020
"pip",
2121
"requests",
2222
]

0 commit comments

Comments
 (0)