Skip to content

Commit 1329f56

Browse files
build(deps-dev): bump pip from 25.3 to 26.0.1
Bumps [pip](https://github.com/pypa/pip) from 25.3 to 26.0.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.3...26.0.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 738498f commit 1329f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ pypi_dist = [
9999
]
100100

101101
win_dist = [
102-
"pip==25.3",
102+
"pip==26.0.1",
103103
"pywin32==311",
104104
"pyinstaller==6.18.0",
105105
"packaging==26.0",
106106
]
107107

108108
mac_dist = [
109-
"pip==25.3",
109+
"pip==26.0.1",
110110
"pyinstaller==6.18.0",
111111
"packaging==26.0",
112112
]

0 commit comments

Comments
 (0)