Skip to content

Commit 4da118f

Browse files
committed
build: Update to latest profile template
1 parent 68db851 commit 4da118f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
88
rev: v0.12.2
99
hooks:
10-
- id: ruff
10+
- id: ruff-check
1111
- id: ruff-format
1212
- repo: https://github.com/astral-sh/uv-pre-commit
1313
rev: 0.7.19

common-requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ sphinxcontrib-qthelp==1.0.3
158158
# via sphinx
159159
sphinxcontrib-serializinghtml==1.1.5
160160
# via sphinx
161-
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@fe5c0879e00db6d00b1d10a7df98826ba46abdbe#egg=standard_theme
161+
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@1c192073bbc326445fbd0092d0cefcdea9962465#egg=standard_theme
162162
# via -r common-requirements.in
163-
starlette==0.40.0
163+
starlette==0.47.2
164164
# via sphinx-autobuild
165165
tomli==2.0.1
166166
# via pytest
@@ -170,11 +170,12 @@ trio==0.20.0
170170
# trio-websocket
171171
trio-websocket==0.9.2
172172
# via selenium
173-
typing-extensions==4.4.0
173+
typing-extensions==4.14.1
174174
# via
175175
# anyio
176176
# cattrs
177177
# myst-parser
178+
# starlette
178179
# uvicorn
179180
uc-micro-py==1.0.1
180181
# via linkify-it-py

0 commit comments

Comments
 (0)