Skip to content

Commit

Permalink
Bump server deps and helm, pytest, and playwright versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed Aug 26, 2024
1 parent 2d6c599 commit d8bdcc1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ pipeline {
string(credentialsId: 'chalk-prod-cd-oauth-refresh-token', variable: 'CHALK_OAUTH_REFRESH_TOKEN'),
]) {
dir('tests') {
sh 'pip install "playwright==1.45.1" "pytest==8.3.1"'
sh 'pip install "playwright==1.46.0" "pytest==8.3.2"'
sh "pytest . --server_domain ${SERVER_IP} --junitxml=playwright_results.xml || true"

junit testResults: 'playwright_results.xml'
Expand Down
2 changes: 1 addition & 1 deletion jenkins/gcloud_helm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN gcloud components install kubectl -q --no-user-output-enabled

# Install Helm
RUN mkdir helm_tmp \
&& curl -o helm_tmp/helm.tar.gz https://get.helm.sh/helm-v3.15.3-linux-amd64.tar.gz \
&& curl -o helm_tmp/helm.tar.gz https://get.helm.sh/helm-v3.15.4-linux-amd64.tar.gz \
&& tar -zxvf helm_tmp/helm.tar.gz -C helm_tmp \
&& mv helm_tmp/linux-amd64/helm /bin/helm \
&& rm -rf helm_tmp
4 changes: 2 additions & 2 deletions server/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r requirements.txt

# These are used for development or linting
flake8==7.1.0
flake8==7.1.1
pylint==3.2.6
pylint-django==2.5.5
pytest==8.3.1
pytest==8.3.2
yapf==0.40.2
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==4.2.14
Django==4.2.15
djangorestframework==3.15.2
django-simple-history==3.7.0
google-auth-oauthlib==1.2.1
gunicorn==22.0.0
gunicorn==23.0.0
psycopg2==2.9.9
requests==2.32.3

0 comments on commit d8bdcc1

Please sign in to comment.