Skip to content

Commit d9b056c

Browse files
Update packaging requirement from <=24.2,>=24.0 to >=24.0,<=25.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@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 6e3c040 commit d9b056c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
psutil >=5.9, <=7.0.0
22
pystache>=0.6.0
33
typeguard>=3.0.1
4-
packaging >= 24.0, <= 24.2
4+
packaging >= 24.0, <= 25.0

0 commit comments

Comments
 (0)