Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
with:
# Install a specific version of uv.
version: "0.7.20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@v7.6.0
uses: astral-sh/setup-uv@v8.0.0
with:
version: "0.7.20"
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
with:
# Install a specific version of uv.
version: "0.7.20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
with:
# Install a specific version of uv.
version: "0.7.20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
with:
# Install a specific version of uv.
version: "0.7.20"
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies = [
"urllib3>=2.6.3", # Pinning version to address vulnerabilities GHSA-gm62-xv2j-4w53 and GHSA-2xpw-w6gg-jr37
"cryptography>=46.0.6", # Pinning version to address vulnerability GHSA-m959-cc7f-wv43
"requests>=2.33.0", # Pinning version to address vulnerability GHSA-gc5v-m9x4-r6x2
"pygments>=2.20.0", # Pinning version to address vulnerability GHSA-5239-wwwm-4pmq
"networkx",
"geopy",
"scikit-learn==1.7.1",
Expand All @@ -45,9 +44,7 @@ dependencies = [
"filelock>=3.20.3",
"pyasn1>=0.6.2",
"virtualenv>=20.36.1",
"cryptography>=46.0.6", # Pinning version to address vulnerability GHSA-m959-cc7f-wv43
"pygments>=2.20.0", # Pinning version to address vulnerability GHSA-5239-wwwm-4pmq
"requests>=2.33.0", # Pinning version to address vulnerability GHSA-gc5v-m9x4-r6x2
]

[project.scripts]
Expand Down
2,637 changes: 1,421 additions & 1,216 deletions uv.lock

Large diffs are not rendered by default.

Loading