Skip to content

Commit 10aee93

Browse files
committed
build: Update to latest profile template
1 parent 73cb206 commit 10aee93

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ default_language_version:
55
python: python3.10
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.6.9
8+
rev: v0.8.6
99
hooks:
1010
- id: ruff
1111
- id: ruff-format
1212
- repo: https://github.com/astral-sh/uv-pre-commit
13-
rev: 0.4.18
13+
rev: 0.5.14
1414
hooks:
1515
- id: pip-compile
1616
name: pip-compile common-requirements.in

common-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ imagesize==1.4.1
6464
# via sphinx
6565
iniconfig==1.1.1
6666
# via pytest
67-
jinja2==3.1.4
67+
jinja2==3.1.5
6868
# via
6969
# myst-parser
7070
# sphinx
@@ -90,7 +90,7 @@ myst-parser==0.18.1
9090
# via -r common-requirements.in
9191
ocds-babel==0.3.6
9292
# via -r common-requirements.in
93-
ocdsextensionregistry==0.5.0
93+
ocdsextensionregistry==0.6.5
9494
# via -r common-requirements.in
9595
ocdsindex==0.2.0
9696
# via -r common-requirements.in
@@ -158,7 +158,7 @@ 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@07ca0e39979a244656dd6df0658f2ead428184b9#egg=standard_theme
161+
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@5de343d1d8e342b5f2a42c6132db37aebe382e36#egg=standard_theme
162162
# via -r common-requirements.in
163163
starlette==0.40.0
164164
# via sphinx-autobuild

0 commit comments

Comments
 (0)