Skip to content

Commit

Permalink
Merge pull request #27 from openstax/k12-520/dependency-updates
Browse files Browse the repository at this point in the history
Update dependency versions and Metabase version
  • Loading branch information
rnathuji authored Oct 3, 2023
2 parents 23cc382 + c3b1a35 commit 7149b6b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dashboard/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
metabase:
image: metabase/metabase:v0.46.6.4
image: metabase/metabase:v0.47.3
networks:
- dashboard
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/buildspec/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ env:
phases:
install:
commands:
- curl -L https://get.helm.sh/helm-v3.11.2-linux-amd64.tar.gz | tar -xvz
- curl -L https://get.helm.sh/helm-v3.13.0-linux-amd64.tar.gz | tar -xvz
- mv linux-amd64/helm ./helm
- curl -L -o yq "https://github.com/mikefarah/yq/releases/download/v4.33.2/yq_linux_amd64"
- curl -L -o yq "https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_linux_amd64"
- chmod +x ./helm ./yq
- export PATH=$PWD:$PATH
pre_build:
Expand Down
2 changes: 1 addition & 1 deletion deploy/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ moodleDashboardProcessor:
dashboard:
domain: metrics.raiselearning.org
replicas: 2
metabaseVersion: v0.46.6.4
metabaseVersion: v0.47.3
pgServer:
pgUsername:
pgPassword:
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
awscli==1.29.16
git+https://github.com/openstax/raise-moodlecli@57bd0eb
awscli==1.29.57
git+https://github.com/openstax/raise-moodlecli@5156ef7
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ package_dir =


install_requires =
boto3==1.28.16
fastavro==1.7.4
boto3==1.28.57
fastavro==1.8.3
python-snappy==0.6.1
alembic==1.11.1
psycopg2==2.9.6
SQLAlchemy==2.0.19
alembic==1.12.0
psycopg2==2.9.8
SQLAlchemy==2.0.21


[options.extras_require]
Expand Down

0 comments on commit 7149b6b

Please sign in to comment.