Skip to content

Commit c78b652

Browse files
committed
build: Update to latest profile template
1 parent 8184ac9 commit c78b652

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
22
on: [push, pull_request]
3+
permissions:
4+
contents: read
35
jobs:
46
build:
57
uses: open-contracting/.github/.github/workflows/ci-profile.yml@main

common-requirements.txt

Lines changed: 3 additions & 3 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
@@ -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@185b1be837be4158bf7e04c143bca0911862e35b#egg=standard_theme
161+
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@c83a80cb13b71bab23e251bc7353c1c76fabb228#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)