Skip to content

Commit

Permalink
Update requirements and tutor image in .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Feb 20, 2024
1 parent 1ff2783 commit 71caa3a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -6,7 +6,7 @@ workflow:
rules:
- when: always

image: docker.io/abstract2tech/tutor-ci:16.1.0
image: docker.io/abstract2tech/tutor-ci:17.0.2
services:
- docker:23-dind
variables:
Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/tutor/config.yml
@@ -1,5 +1,5 @@
---
tutor_version: "17.0.0"
tutor_version: "17.0.2"

tutor_config_repo: git@github.com:Abstract-Tech/community-theme-tutor.git

Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -2,4 +2,4 @@ tutor<18.0.0
tutor-mfe<18.0.0
tutor-forum<18.0.0
tutor-cairn<18.0.0
tutor-minio==17.0.0
tutor-minio<18.0.0
18 changes: 12 additions & 6 deletions requirements.txt
Expand Up @@ -8,23 +8,27 @@ appdirs==1.4.4
# via tutor
cachetools==5.3.2
# via google-auth
certifi==2023.11.17
certifi==2024.2.2
# via
# kubernetes
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via tutor
google-auth==2.26.2
google-auth==2.28.0
# via kubernetes
idna==3.6
# via requests
importlib-metadata==7.0.1
# via tutor
importlib-resources==6.1.1
# via tutor
jinja2==3.1.3
# via tutor
kubernetes==29.0.0
# via tutor
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mypy==1.8.0
# via tutor
Expand Down Expand Up @@ -60,14 +64,14 @@ six==1.16.0
# via
# kubernetes
# python-dateutil
tutor==17.0.0
tutor==17.0.2
# via
# -r requirements.in
# tutor-cairn
# tutor-forum
# tutor-mfe
# tutor-minio
tutor-cairn==17.0.0
tutor-cairn==17.1.0
# via -r requirements.in
tutor-forum==17.0.0
# via -r requirements.in
Expand All @@ -79,9 +83,11 @@ typing-extensions==4.9.0
# via
# mypy
# tutor
urllib3==2.1.0
urllib3==2.2.1
# via
# kubernetes
# requests
websocket-client==1.7.0
# via kubernetes
zipp==3.17.0
# via importlib-metadata

0 comments on commit 71caa3a

Please sign in to comment.