Skip to content

Commit 9943ddd

Browse files
pin pip and packaging (#2630)
* pin pip and packaging * fix pip version
1 parent a50fcf1 commit 9943ddd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/20/12/38679034af33278
448448

449449
[[packages]]
450450
name = "pip"
451-
version = "25.1.1"
452-
sdist = { url = "https://files.pythonhosted.org/packages/59/de/241caa0ca606f2ec5fe0c1f4261b0465df78d786a38da693864a116c37f4/pip-25.1.1.tar.gz", upload-time = 2025-05-02T15:14:02Z, size = 1940155, hashes = { sha256 = "3de45d411d308d5054c2168185d8da7f9a2cd753dbac8acbfa88a8909ecd9077" } }
453-
wheels = [{ url = "https://files.pythonhosted.org/packages/29/a2/d40fb2460e883eca5199c62cfc2463fd261f760556ae6290f88488c362c0/pip-25.1.1-py3-none-any.whl", upload-time = 2025-05-02T15:13:59Z, size = 1825227, hashes = { sha256 = "2913a38a2abf4ea6b64ab507bd9e967f3b53dc1ede74b01b0931e1ce548751af" } }]
451+
version = "25.2"
452+
sdist = { url = "https://files.pythonhosted.org/packages/20/16/650289cd3f43d5a2fadfd98c68bd1e1e7f2550a1a5326768cddfbcedb2c5/pip-25.2.tar.gz", upload-time = 2025-07-30T21:50:15Z, size = 1840021, hashes = { sha256 = "578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2" } }
453+
wheels = [{ url = "https://files.pythonhosted.org/packages/b7/3f/945ef7ab14dc4f9d7f40288d2df998d1837ee0888ec3659c813487572faa/pip-25.2-py3-none-any.whl", upload-time = 2025-07-30T21:50:13Z, size = 1752557, hashes = { sha256 = "6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717" } }]
454454

455455
[[packages]]
456456
name = "platformdirs"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies = [
3131
"PyYAML==6.0.2",
3232
"id==1.5.0",
3333
"jinja2==3.1.6",
34-
"packaging",
35-
"pip",
34+
"packaging==25.0",
35+
"pip==25.2",
3636
"pluggy==1.6.0",
3737
"prompt-toolkit==3.0.51",
3838
"pydantic==2.11.7",

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ markupsafe==3.0.2
3030
mdurl==0.1.2
3131
more-itertools==10.7.0
3232
packaging==25.0
33-
pip==25.1.1
33+
pip==25.2
3434
platformdirs==4.3.8
3535
pluggy==1.6.0
3636
prompt-toolkit==3.0.51

0 commit comments

Comments
 (0)