Skip to content

Commit

Permalink
⬆️ Upgrade version of yezz123/setup-uv from @v2 to @v3 (#546)
Browse files Browse the repository at this point in the history
* ⬆️  update version for uv

* Bump cryptography from 42.0.2 to 42.0.4 in /requirements (#547)

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ⬆️ upgrade version of `yezz123/setup-uv` from `@v2` to `@v3`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
yezz123 and dependabot[bot] authored Feb 24, 2024
1 parent 5ffd267 commit 26ca757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: setup uv
uses: yezz123/setup-uv@v2
uses: yezz123/setup-uv@v3
with:
uv-version: "0.2.2"
uv-venv: ".venv"

- name: Install Dependencies
Expand Down Expand Up @@ -57,9 +56,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: setup UV
uses: yezz123/setup-uv@v2
uses: yezz123/setup-uv@v3
with:
uv-version: "0.2.2"
uv-venv: ".venv"

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyio==4.2.0
# via starlette
cffi==1.16.0
# via cryptography
cryptography==42.0.2
cryptography==42.0.4
# via pyjwt
ecdsa==0.18.0
# via python-jose
Expand Down

0 comments on commit 26ca757

Please sign in to comment.