Skip to content

Commit f3ea270

Browse files
committed
chore(deps): regenerate minimal lockfiles with direct_minimal_versions
The minimal lockfiles were previously regenerated without '-S direct_minimal_versions', so direct dependencies were locked to highest-compatible versions instead of lowest. That defeats the point of the test_min_deps CI job, which exists to verify the declared lower bounds in pyproject.toml still work. Re-locked both pdm.minimal.lock files using: pdm lock -S direct_minimal_versions -L pdm.minimal.lock Strategy marker confirmed as ["direct_minimal_versions", "inherit_metadata"] in the metadata of both files. python-dateutil is absent (this branch's main change).
1 parent 5875773 commit f3ea270

2 files changed

Lines changed: 134 additions & 134 deletions

File tree

integration-tests/pdm.minimal.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ files = [
4040

4141
[[package]]
4242
name = "certifi"
43-
version = "2026.4.22"
43+
version = "2026.5.20"
4444
requires_python = ">=3.7"
4545
summary = "Python package for providing Mozilla's CA Bundle."
4646
groups = ["default"]
4747
files = [
48-
{file = "certifi-2026.4.22-py3-none-any.whl", hash = "sha256:3cb2210c8f88ba2318d29b0388d1023c8492ff72ecdde4ebdaddbb13a31b1c4a"},
49-
{file = "certifi-2026.4.22.tar.gz", hash = "sha256:8d455352a37b71bf76a79caa83a3d6c25afee4a385d632127b6afb3963f1c580"},
48+
{file = "certifi-2026.5.20-py3-none-any.whl", hash = "sha256:3c52e209ba0a4ad7aebe60436a4ab349c39e1e602e8c134221e546902ad25897"},
49+
{file = "certifi-2026.5.20.tar.gz", hash = "sha256:69dea482ab64caa7b9f6aba1c6bf48bb6a5448d1c0f1b17ab42ad8c763a5344d"},
5050
]
5151

5252
[[package]]
@@ -123,13 +123,13 @@ files = [
123123

124124
[[package]]
125125
name = "idna"
126-
version = "3.13"
127-
requires_python = ">=3.8"
126+
version = "3.16"
127+
requires_python = ">=3.9"
128128
summary = "Internationalized Domain Names in Applications (IDNA)"
129129
groups = ["default"]
130130
files = [
131-
{file = "idna-3.13-py3-none-any.whl", hash = "sha256:892ea0cde124a99ce773decba204c5552b69c3c67ffd5f232eb7696135bc8bb3"},
132-
{file = "idna-3.13.tar.gz", hash = "sha256:585ea8fe5d69b9181ec1afba340451fba6ba764af97026f92a91d4eef164a242"},
131+
{file = "idna-3.16-py3-none-any.whl", hash = "sha256:cc246e3a3f89580c3a951b5ad298ca4638078b2cdd4f115654332b5c26daded5"},
132+
{file = "idna-3.16.tar.gz", hash = "sha256:d7a6da03db833450fca25d2358ac9ff06cd624577a4aea3a596d5c0f77b8e03d"},
133133
]
134134

135135
[[package]]
@@ -192,13 +192,13 @@ files = [
192192

193193
[[package]]
194194
name = "packaging"
195-
version = "26.1"
195+
version = "26.2"
196196
requires_python = ">=3.8"
197197
summary = "Core utilities for Python packages"
198198
groups = ["dev"]
199199
files = [
200-
{file = "packaging-26.1-py3-none-any.whl", hash = "sha256:5d9c0669c6285e491e0ced2eee587eaf67b670d94a19e94e3984a481aba6802f"},
201-
{file = "packaging-26.1.tar.gz", hash = "sha256:f042152b681c4bfac5cae2742a55e103d27ab2ec0f3d88037136b6bfe7c9c5de"},
200+
{file = "packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e"},
201+
{file = "packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661"},
202202
]
203203

204204
[[package]]

0 commit comments

Comments
 (0)