Skip to content

Commit

Permalink
feat: update dependencies for project
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 committed Nov 15, 2024
1 parent acb5589 commit 6a88fde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bk-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
cache: 'pip'
cache-dependency-path: 'src/bk-login/requirements_dev.txt'
- name: create idp plugin symbolic link
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: 'pip'
cache-dependency-path: 'src/bk-login/requirements_dev.txt'
- name: create idp plugin symbolic link
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bk-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
cache: 'pip'
cache-dependency-path: 'src/bk-user/requirements_dev.txt'
- name: create idp plugin symbolic link
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
cache: 'pip'
cache-dependency-path: 'src/bk-user/requirements_dev.txt'
- name: create idp plugin symbolic link
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/idp-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
cache: 'pip'
cache-dependency-path: 'src/idp-plugins/requirements_dev.txt'
- name: Install dependencies
Expand Down

0 comments on commit 6a88fde

Please sign in to comment.