Skip to content

Commit 16300a3

Browse files
dependabot[bot]aieng-bot[bot]
andauthored
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

File tree

odyssey/models/model_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import pandas as pd
1010
import polars as pl
11-
import yaml # type: ignore[import-untyped]
11+
import yaml
1212

1313

1414
def load_config(config_dir: str, model_type: str) -> Any:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dev = [
5353
"mypy>=1.7.0",
5454
"ruff>=0.3.0",
5555
"nbqa[toolchain]>=1.7.0",
56+
"pip>=26.1",
5657
]
5758
docs = [
5859
"mkdocs>=1.5.0",

uv.lock

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)