Skip to content

Commit 62ce0cf

Browse files
Update all dependencies (#165)
* Update all dependencies * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e992805 commit 62ce0cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Set up UV
2424
id: setup-uv
25-
uses: astral-sh/setup-uv@4e1e303f7dafb1a3ec7770a507052543f593ad96
25+
uses: astral-sh/setup-uv@e1e6fe791067dce0dec13d733c5477f0f0cf6a5d
2626
with:
2727
python-version: ${{ matrix.python_version }}
2828

@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3939

4040
- name: Install the latest version of uv
41-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6
41+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6
4242
with:
4343
python-version: "3.13"
4444
activate-environment: true

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
8484
- urllib3==2.5.0
8585
- zipp==3.23.0 ; python_full_version < '3.10'
8686
- repo: https://github.com/astral-sh/ruff-pre-commit
87-
rev: v0.12.10
87+
rev: v0.12.12
8888
hooks:
8989
- id: ruff
9090
args: [--fix, --unsafe-fixes, --show-fixes]
@@ -95,7 +95,7 @@ repos:
9595
- id: doc8
9696

9797
- repo: https://github.com/adamchainz/django-upgrade
98-
rev: 1.25.0
98+
rev: 1.27.0
9999
hooks:
100100
- id: django-upgrade
101101
args: [--target-version, '4.2'] # Replace with Django version
@@ -113,6 +113,6 @@ repos:
113113

114114
- repo: https://github.com/astral-sh/uv-pre-commit
115115
# uv version.
116-
rev: 0.8.13
116+
rev: 0.8.15
117117
hooks:
118118
- id: uv-lock

0 commit comments

Comments
 (0)