Skip to content

Commit

Permalink
Merge branch 'main' into renovate/python-multipart-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-milea authored Jan 20, 2025
2 parents 03d8047 + a9fa275 commit 0ffae07
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apps-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ref: ${{ steps.apprepo.outputs.REF }}

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.4.25"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-deploy-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo apt-get install git openssh-client -y
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.4.25"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.4.25"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.4.25"

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.4.25"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.4.25"

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.4.25"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"croniter==5.0.1",
"typer==0.15.1",
"pid==3.0.4",
"pydantic[email]==2.10.3",
"pydantic[email]==2.10.5",
"pyjwt==2.10.1",
"wcmatch==10.0",
"curl-cffi>=0.7.4",
Expand Down
186 changes: 93 additions & 93 deletions uv.lock

Large diffs are not rendered by default.

0 comments on commit 0ffae07

Please sign in to comment.