Skip to content

Commit 3442eca

Browse files
committed
uv/renovate - join
1 parent 3a02e70 commit 3442eca

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ repos:
5353
args: [--mapping, '2', --sequence, '4', --offset, '2', --preserve-quotes, --implicit_start, --width, '1500']
5454
exclude: tests/fixtures/schema-enum.yaml
5555

56-
56+
- repo: https://github.com/astral-sh/uv-pre-commit
57+
# uv version.
58+
rev: 0.5.14
59+
hooks:
60+
# Update the uv lockfile
61+
- id: uv-lock
62+
- id: uv-export
63+
args: ["--no-dev", "--no-hashes", "--no-editable", "-o", "requirements.txt"]
5764

5865
ci:
5966
autofix_commit_msg: |

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"enabledManagers": ["pep621"],
34
"extends": [
45
"config:recommended",
56
"group:allNonMajor"

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# This file is @generated by PDM.
2-
# Please do not edit it manually.
3-
1+
# This file was autogenerated by uv via the following command:
2+
# uv export --no-dev --no-hashes --no-editable -o requirements.txt
3+
.
44
annotated-types==0.7.0
5-
anyio==4.6.2.post1
6-
certifi==2024.8.30
5+
anyio==4.7.0
6+
certifi==2024.12.14
77
dnspython==2.7.0
88
email-validator==2.2.0
9-
exceptiongroup==1.2.2
9+
exceptiongroup==1.2.2 ; python_full_version < '3.11'
1010
h11==0.14.0
11-
httpcore==1.0.6
11+
httpcore==1.0.7
1212
httpx==0.27.2
1313
idna==3.10
1414
jmespath==1.0.1
1515
more-itertools==10.5.0
1616
multidict==6.1.0
17-
propcache==0.2.0
17+
propcache==0.2.1
1818
pydantic==2.9.2
1919
pydantic-core==2.23.4
2020
pyyaml==6.0.2
2121
sniffio==1.3.1
2222
typing-extensions==4.12.2
23-
yarl==1.17.1
23+
yarl==1.18.3

uv.lock

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)