Skip to content

Commit

Permalink
bump: open edx to quicne 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas authored and snglth committed Apr 25, 2024
1 parent 7b6a452 commit 893de78
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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:17.0.2
image: docker.io/abstract2tech/tutor-ci:17.0.4
services:
- docker:23-dind
variables:
Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Expand Up @@ -6,7 +6,7 @@
#
appdirs==1.4.4
# via tutor
cachetools==5.3.2
cachetools==5.3.3
# via google-auth
certifi==2024.2.2
# via
Expand All @@ -16,37 +16,37 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via tutor
google-auth==2.28.0
google-auth==2.29.0
# via kubernetes
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.0.1
importlib-metadata==7.1.0
# via tutor
importlib-resources==6.1.1
importlib-resources==6.4.0
# via tutor
jinja2==3.1.3
# via tutor
kubernetes==29.0.0
# via tutor
markupsafe==2.1.5
# via jinja2
mypy==1.8.0
mypy==1.9.0
# via tutor
mypy-extensions==1.0.0
# via mypy
oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
pyasn1==0.5.1
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via google-auth
pycryptodome==3.20.0
# via tutor
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via kubernetes
pyyaml==6.0.1
# via
Expand All @@ -56,7 +56,7 @@ requests==2.31.0
# via
# kubernetes
# requests-oauthlib
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
Expand All @@ -66,7 +66,7 @@ six==1.16.0
# python-dateutil
tomli==2.0.1
# via mypy
tutor==17.0.2
tutor==17.0.4
# via
# -r requirements.in
# tutor-cairn
Expand All @@ -80,11 +80,11 @@ tutor-contrib-codejail @ git+https://github.com/edunext/tutor-contrib-codejail
# via -r requirements.in
tutor-forum==17.0.0
# via -r requirements.in
tutor-mfe==17.0.0
tutor-mfe==17.0.1
# via -r requirements.in
tutor-minio==17.0.0
# via -r requirements.in
typing-extensions==4.9.0
typing-extensions==4.11.0
# via
# mypy
# tutor
Expand All @@ -94,5 +94,5 @@ urllib3==2.2.1
# requests
websocket-client==1.7.0
# via kubernetes
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

0 comments on commit 893de78

Please sign in to comment.