Commit 16300a3
Bump gitpython from 3.1.46 to 3.1.47 (#176)
* Bump gitpython from 3.1.46 to 3.1.47
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.46 to 3.1.47.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.46...3.1.47)
---
updated-dependencies:
- dependency-name: gitpython
dependency-version: 3.1.47
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: bump pip to >=26.1 to fix CVE-2026-3219
pip 26.0.1 is vulnerable to CVE-2026-3219 (tar/ZIP confusion attack).
pip 26.1 patches this. Add explicit pip>=26.1 to dev dependency group
so uv manages the patched version in the virtual environment.
Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
* fix: remove unused type: ignore comment in model_utils.py
yaml type stubs are now available so the import-untyped ignore
comment is no longer needed and causes mypy to fail.
Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aieng-bot[bot] <aieng-bot@vectorinstitute.ai>1 parent 5bd5f64 commit 16300a3
3 files changed
Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments