Skip to content

Commit 3fd068f

Browse files
committed
build: Update to latest profile template
1 parent 8177608 commit 3fd068f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: [push, pull_request]
33
jobs:
44
build:
55
uses: open-contracting/.github/.github/workflows/ci-profile.yml@main
6+
permissions:
7+
contents: read
68
secrets:
79
private-key: ${{ secrets.PRIVATE_KEY }}
810
elasticsearch-password: ${{ secrets.ELASTICSEARCH_PASSWORD }}

.github/workflows/js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ on: [push, pull_request]
33
jobs:
44
lint:
55
uses: open-contracting/.github/.github/workflows/js.yml@main
6+
permissions:
7+
contents: read
68
with:
79
filenames: docs/_static/script.js

.github/workflows/shell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ on: [push, pull_request]
33
jobs:
44
lint:
55
uses: open-contracting/.github/.github/workflows/shell.yml@main
6+
permissions:
7+
contents: read

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: [push, pull_request]
33
jobs:
44
lint:
55
uses: open-contracting/.github/.github/workflows/spellcheck.yml@main
6+
permissions:
7+
contents: read
68
with:
79
ignore: fo,sme,zar
810
skip: docson,locale,examples,country.csv,currency.csv,language.csv,mediaType.csv

common-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docutils==0.18
4242
# via
4343
# myst-parser
4444
# sphinx
45-
elastic-transport==8.4.0
45+
elastic-transport==8.17.1
4646
# via elasticsearch
4747
elasticsearch==8.6.2
4848
# via ocdsindex
@@ -51,7 +51,7 @@ exceptiongroup==1.2.2
5151
# anyio
5252
# cattrs
5353
# pytest
54-
h11==0.13.0
54+
h11==0.16.0
5555
# via
5656
# uvicorn
5757
# wsproto
@@ -88,7 +88,7 @@ mdurl==0.1.2
8888
# via markdown-it-py
8989
myst-parser==0.18.1
9090
# via -r common-requirements.in
91-
ocds-babel==0.3.6
91+
ocds-babel==0.3.7
9292
# via -r common-requirements.in
9393
ocdsextensionregistry==0.6.5
9494
# via -r common-requirements.in
@@ -114,7 +114,7 @@ pytz==2021.1
114114
# via babel
115115
pyyaml==6.0.1
116116
# via myst-parser
117-
requests==2.32.2
117+
requests==2.32.4
118118
# via
119119
# elasticsearch
120120
# ocdsextensionregistry
@@ -124,7 +124,7 @@ requests-cache==1.1.0
124124
# via ocdsextensionregistry
125125
selenium==4.11.2
126126
# via -r common-requirements.in
127-
setuptools==75.2.0
127+
setuptools==80.9.0
128128
# via sphinx-intl
129129
six==1.16.0
130130
# via url-normalize
@@ -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@d56505d69fceeb43535a3387172b2024eead536e#egg=standard_theme
161+
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@fe5c0879e00db6d00b1d10a7df98826ba46abdbe#egg=standard_theme
162162
# via -r common-requirements.in
163163
starlette==0.40.0
164164
# via sphinx-autobuild
@@ -180,7 +180,7 @@ uc-micro-py==1.0.1
180180
# via linkify-it-py
181181
url-normalize==1.4.3
182182
# via requests-cache
183-
urllib3==1.26.19
183+
urllib3==2.5.0
184184
# via
185185
# elastic-transport
186186
# requests

0 commit comments

Comments
 (0)