Skip to content

Commit

Permalink
Bump Python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed May 9, 2024
1 parent d0c9d11 commit ae0eb6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ pipeline {
string(credentialsId: 'chalk-prod-cd-oauth-refresh-token', variable: 'CHALK_OAUTH_REFRESH_TOKEN'),
]) {
dir('tests') {
sh 'pip install "playwright==1.43.0" "pytest==8.1.1"'
sh 'pip install "playwright==1.43.0" "pytest==8.2.0"'
sh "pytest . --server_domain ${SERVER_IP} --junitxml=playwright_results.xml || true"

junit testResults: 'playwright_results.xml'
Expand Down
2 changes: 1 addition & 1 deletion server/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
flake8==7.0.0
pylint==3.1.0
pylint-django==2.5.5
pytest==8.1.1
pytest==8.2.0
yapf==0.40.2
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.11
Django==4.2.13
djangorestframework==3.15.1
django-simple-history==3.5.0
google-auth-oauthlib==1.2.0
Expand Down

0 comments on commit ae0eb6d

Please sign in to comment.