Skip to content

Commit 8bfe6f7

Browse files
chore(deps): update packaging requirement
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@24.0...25.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '25.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c32d340 commit 8bfe6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"requests >=2.32.3,<3.0.0",
2626
"pydriller >=2.0,<3.0.0",
2727
"yamale >=6.0.0,<7.0.0",
28-
"packaging >=24.0,<25.0.0",
28+
"packaging >=24.0,<26.0.0",
2929
"jinja2 >=3.1.2,<4.0.0",
3030
"SQLAlchemy >=2.0.0,<3.0.0",
3131
"defusedxml >=0.7.1,<1.0.0",

0 commit comments

Comments
 (0)