Skip to content

Commit

Permalink
fix: update testcontainers version as well python version in pipeline…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
MCatherine1994 committed Aug 6, 2024
1 parent cd6b15e commit 77e1f14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_terraform_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.12"

- name: Auth function zip
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.12

- name: Tests and coverage
env:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.12

- name: Tests and coverage
env:
Expand Down
2 changes: 1 addition & 1 deletion server/admin_management/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.2.0
testcontainers==3.7.1
testcontainers==4.7.2
testcontainers-core==0.0.1rc1

# used to create test JWT
Expand Down
2 changes: 1 addition & 1 deletion server/auth_function/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ black==24.3.0
flake8==7.0.0
pytest-emoji==0.2.0
pytest-md==0.2.0
testcontainers==3.7.1
testcontainers==4.7.2
testcontainers-core==0.0.1rc1
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 77e1f14

Please sign in to comment.