Commit a75b0ad
committed
Regenerate Pipfile.lock against Python 3.13
Pipfile.lock had drifted: the default and develop sections pinned
different versions of urllib3, protobuf and click, so Dependabot's
per-section bumps left the develop side vulnerable even after the
runtime side was patched. Regenerating resolves both sections from the
same solve.
Notable changes:
- resolves all remaining Python security advisories (urllib3 2.5.0
-> 2.7.0, protobuf 6.31.1 -> 6.33.6, requests -> 2.34.2, idna -> 3.19,
pytest -> 9.1.1, pygments -> 2.21.0, jaraco.context -> 6.1.2)
- drops 8 backport packages no longer needed on 3.13 (tomli,
typing-extensions, exceptiongroup, importlib-metadata, zipp, pytz,
tzdata, backports.tarfile)
- 74 -> 67 packages, 36 version changes, no prereleases
- no remaining version conflicts between default and develop
Also corrects the now-stale comment on the python-version pin: the
scipy/OpenBLAS problem it described is resolved by this refresh
(scipy 1.18.1 ships cp314 wheels). The pin stays so CI cannot drift
onto an interpreter the lockfile was never resolved against.1 parent 83859ad commit a75b0ad
2 files changed
Lines changed: 1074 additions & 928 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments