Skip to content

Commit c4ac132

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ scripts = [
9595

9696
pypi_dist = [
9797
"build==1.5.0",
98-
"packaging==26.2",
98+
"packaging==26.3",
9999
"setuptools==83.0.0",
100100
]
101101

@@ -104,21 +104,21 @@ win_dist = [
104104
"pywin32==312",
105105
"pyinstaller==6.20.0",
106106
"pyinstaller-hooks-contrib==2026.6",
107-
"packaging==26.2",
107+
"packaging==26.3",
108108
]
109109

110110
mac_dist = [
111111
"pip==26.2",
112112
"pyinstaller==6.20.0",
113113
"pyinstaller-hooks-contrib==2026.6",
114-
"packaging==26.2",
114+
"packaging==26.3",
115115
]
116116

117117
linux_dist = [
118118
"pip==26.2",
119119
"pyinstaller==6.20.0",
120120
"pyinstaller-hooks-contrib==2026.6",
121-
"packaging==26.2",
121+
"packaging==26.3",
122122
]
123123

124124
[project.scripts]

0 commit comments

Comments
 (0)