Skip to content

Commit

Permalink
Fix Dependabot's IDNA vulnerabilities (#205)
Browse files Browse the repository at this point in the history
* Fix Dependabot's IDNA vulnerabilities

* Python 3.8 is not available with macos-latest
  • Loading branch information
klalumiere authored Apr 24, 2024
1 parent 75cc0d2 commit e63e700
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveo-arnparse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-example-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-functools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-itertools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-pypi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-systools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-testing-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
9 changes: 5 additions & 4 deletions coveo-pypi-cli/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions coveo-testing-extras/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e63e700

Please sign in to comment.