Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [push, pull_request]
jobs:
build:
uses: open-contracting/.github/.github/workflows/ci-profile.yml@main
permissions:
contents: read
secrets:
private-key: ${{ secrets.PRIVATE_KEY }}
elasticsearch-password: ${{ secrets.ELASTICSEARCH_PASSWORD }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ on: [push, pull_request]
jobs:
lint:
uses: open-contracting/.github/.github/workflows/js.yml@main
permissions:
contents: read
with:
filenames: docs/_static/script.js
2 changes: 2 additions & 0 deletions .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ on: [push, pull_request]
jobs:
lint:
uses: open-contracting/.github/.github/workflows/shell.yml@main
permissions:
contents: read
2 changes: 2 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [push, pull_request]
jobs:
lint:
uses: open-contracting/.github/.github/workflows/spellcheck.yml@main
permissions:
contents: read
with:
ignore: fo,sme,zar
skip: docson,locale,examples,country.csv,currency.csv,language.csv,mediaType.csv
14 changes: 7 additions & 7 deletions common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docutils==0.18
# via
# myst-parser
# sphinx
elastic-transport==8.4.0
elastic-transport==8.17.1
# via elasticsearch
elasticsearch==8.6.2
# via ocdsindex
Expand All @@ -51,7 +51,7 @@ exceptiongroup==1.2.2
# anyio
# cattrs
# pytest
h11==0.13.0
h11==0.16.0
# via
# uvicorn
# wsproto
Expand Down Expand Up @@ -88,7 +88,7 @@ mdurl==0.1.2
# via markdown-it-py
myst-parser==0.18.1
# via -r common-requirements.in
ocds-babel==0.3.6
ocds-babel==0.3.7
# via -r common-requirements.in
ocdsextensionregistry==0.6.5
# via -r common-requirements.in
Expand All @@ -114,7 +114,7 @@ pytz==2021.1
# via babel
pyyaml==6.0.1
# via myst-parser
requests==2.32.2
requests==2.32.4
# via
# elasticsearch
# ocdsextensionregistry
Expand All @@ -124,7 +124,7 @@ requests-cache==1.1.0
# via ocdsextensionregistry
selenium==4.11.2
# via -r common-requirements.in
setuptools==75.2.0
setuptools==80.9.0
# via sphinx-intl
six==1.16.0
# via url-normalize
Expand Down Expand Up @@ -158,7 +158,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@d56505d69fceeb43535a3387172b2024eead536e#egg=standard_theme
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@fe5c0879e00db6d00b1d10a7df98826ba46abdbe#egg=standard_theme
# via -r common-requirements.in
starlette==0.40.0
# via sphinx-autobuild
Expand All @@ -180,7 +180,7 @@ uc-micro-py==1.0.1
# via linkify-it-py
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.19
urllib3==2.5.0
# via
# elastic-transport
# requests
Expand Down