diff --git a/.github/workflows/coveo-arnparse.yml b/.github/workflows/coveo-arnparse.yml index e57f468..8d8ed30 100644 --- a/.github/workflows/coveo-arnparse.yml +++ b/.github/workflows/coveo-arnparse.yml @@ -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 diff --git a/.github/workflows/coveo-example-library.yml b/.github/workflows/coveo-example-library.yml index 31a4893..2ecc10c 100644 --- a/.github/workflows/coveo-example-library.yml +++ b/.github/workflows/coveo-example-library.yml @@ -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 diff --git a/.github/workflows/coveo-functools.yml b/.github/workflows/coveo-functools.yml index 9799b00..4e21b3f 100644 --- a/.github/workflows/coveo-functools.yml +++ b/.github/workflows/coveo-functools.yml @@ -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 diff --git a/.github/workflows/coveo-itertools.yml b/.github/workflows/coveo-itertools.yml index a3a0206..4954357 100644 --- a/.github/workflows/coveo-itertools.yml +++ b/.github/workflows/coveo-itertools.yml @@ -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 diff --git a/.github/workflows/coveo-pypi-cli.yml b/.github/workflows/coveo-pypi-cli.yml index 8547ed3..7caf248 100644 --- a/.github/workflows/coveo-pypi-cli.yml +++ b/.github/workflows/coveo-pypi-cli.yml @@ -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 diff --git a/.github/workflows/coveo-ref.yml b/.github/workflows/coveo-ref.yml index dcd73a8..910067d 100644 --- a/.github/workflows/coveo-ref.yml +++ b/.github/workflows/coveo-ref.yml @@ -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 diff --git a/.github/workflows/coveo-settings.yml b/.github/workflows/coveo-settings.yml index 498f9b3..f2a66de 100644 --- a/.github/workflows/coveo-settings.yml +++ b/.github/workflows/coveo-settings.yml @@ -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 diff --git a/.github/workflows/coveo-styles.yml b/.github/workflows/coveo-styles.yml index a5016fa..c883ebf 100644 --- a/.github/workflows/coveo-styles.yml +++ b/.github/workflows/coveo-styles.yml @@ -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 diff --git a/.github/workflows/coveo-systools.yml b/.github/workflows/coveo-systools.yml index 003dbf8..c93cc74 100644 --- a/.github/workflows/coveo-systools.yml +++ b/.github/workflows/coveo-systools.yml @@ -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 diff --git a/.github/workflows/coveo-testing-extras.yml b/.github/workflows/coveo-testing-extras.yml index c5d38d4..9bbb8de 100644 --- a/.github/workflows/coveo-testing-extras.yml +++ b/.github/workflows/coveo-testing-extras.yml @@ -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 diff --git a/.github/workflows/coveo-testing.yml b/.github/workflows/coveo-testing.yml index dc7642d..102bbbc 100644 --- a/.github/workflows/coveo-testing.yml +++ b/.github/workflows/coveo-testing.yml @@ -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 diff --git a/coveo-pypi-cli/poetry.lock b/coveo-pypi-cli/poetry.lock index a2b1c7b..f0341e1 100644 --- a/coveo-pypi-cli/poetry.lock +++ b/coveo-pypi-cli/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "attrs" @@ -348,13 +348,13 @@ test = ["pytest (>=6)"] [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] @@ -597,6 +597,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, diff --git a/coveo-testing-extras/poetry.lock b/coveo-testing-extras/poetry.lock index 3fb844c..edc3869 100644 --- a/coveo-testing-extras/poetry.lock +++ b/coveo-testing-extras/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "attrs" @@ -353,13 +353,13 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] @@ -658,6 +658,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, diff --git a/poetry.lock b/poetry.lock index 00f7c65..0540cca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "attrs" @@ -467,13 +467,13 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] @@ -772,6 +772,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"},