Skip to content

Commit b390a3e

Browse files
fix(deps): update all non-major dependencies (#76)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa7f93f commit b390a3e

4 files changed

Lines changed: 337 additions & 318 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# https://github.com/sigstore/cosign-installer
3131
- name: Install cosign
3232
if: github.event_name != 'pull_request'
33-
uses: sigstore/cosign-installer@v4.1.0
33+
uses: sigstore/cosign-installer@v4.1.1
3434
with:
3535
cosign-release: 'v2.2.4'
3636

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"google-auth==2.49.1",
1010
"gspread==6.2.1",
1111
"pdfplumber==0.11.9",
12-
"requests==2.32.5",
12+
"requests==2.33.1",
1313
"streamlit==1.55.0",
1414
]
1515

@@ -23,12 +23,12 @@ packages = ["src"]
2323
[dependency-groups]
2424
dev = [
2525
"bump-my-version>=1.2.6",
26-
"hypothesis==6.151.9",
27-
"mypy==1.19.1",
26+
"hypothesis==6.151.10",
27+
"mypy==1.20.0",
2828
"pandas-stubs",
2929
"pre-commit==4.5.1",
3030
"pytest==9.0.2",
31-
"ruff==0.15.6",
31+
"ruff==0.15.8",
3232
"types-cachetools",
3333
"types-cffi",
3434
"types-colorama",

0 commit comments

Comments
 (0)