Skip to content

Commit 5365998

Browse files
chore(deps): update packaging requirement from <26,>=25.0 to >=25.0,<27
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@25.0...26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a6cc82 commit 5365998

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
@@ -79,7 +79,7 @@ dependencies = [
7979
"fastapi[all,standard]>=0.123.10",
8080
"humanize>=4.14.0,<5",
8181
"nicegui[native]>=3.5.0,<4", # CVE-2026-21871, CVE-2026-21871, CVE-2026-21873, CVE-2026-21874 all require >=3.5.0
82-
"packaging>=25.0,<26",
82+
"packaging>=25.0,<27",
8383
"platformdirs>=4.5.1,<5",
8484
"psutil>=7.1.3,<8",
8585
"pydantic-settings>=2.12.0,<3",

0 commit comments

Comments
 (0)