Skip to content

Commit 8b39869

Browse files
build(deps-dev): bump packaging from 26.0 to 26.1
Bumps [packaging](https://github.com/pypa/packaging) from 26.0 to 26.1. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@26.0...26.1) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.1' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c332e27 commit 8b39869

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,21 @@ scripts = [
9696

9797
pypi_dist = [
9898
"build==1.4.2",
99-
"packaging==26.0",
99+
"packaging==26.1",
100100
"setuptools==82.0.1",
101101
]
102102

103103
win_dist = [
104104
"pip==26.0.1",
105105
"pywin32==311",
106106
"pyinstaller==6.19.0",
107-
"packaging==26.0",
107+
"packaging==26.1",
108108
]
109109

110110
mac_dist = [
111111
"pip==26.0.1",
112112
"pyinstaller==6.19.0",
113-
"packaging==26.0",
113+
"packaging==26.1",
114114
]
115115

116116
[project.scripts]

0 commit comments

Comments
 (0)