Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#228)
Browse files Browse the repository at this point in the history
Update GH Actions:
* Bump actions/setup-python from 4 to 5 (#225)

Update dependencies in `pyproject.toml` (#227)


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] committed Dec 7, 2023
1 parent 53864b8 commit 4c05335
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_local_ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version}}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version}}
allow-prereleases: true
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version}}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version}}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ inputs.python_version_build }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version_build }}"
allow-prereleases: true
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
ref: ${{ inputs.release_branch }}

- name: Set up Python ${{ inputs.python_version_docs }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version_docs }}"
allow-prereleases: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_default_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:

- name: Set up Python ${{ inputs.python_version }}
if: env.RELEASE_RUN == 'false'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version }}"
allow-prereleases: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_pyproject_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ inputs.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version }}"
allow-prereleases: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python ${{ inputs.python_version_pre-commit }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version_pre-commit }}"
allow-prereleases: true
Expand All @@ -236,7 +236,7 @@ jobs:
fetch-depth: 2

- name: Set up Python ${{ inputs.python_version_pylint_safety }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version_pylint_safety }}"
allow-prereleases: true
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python ${{ inputs.python_version_package }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version_package }}"
allow-prereleases: true
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
fetch-depth: 2

- name: Set up Python ${{ inputs.python_version_docs }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version_docs }}"
allow-prereleases: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Python ${{ inputs.python_version }}
if: inputs.update_pre-commit
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python_version }}"
allow-prereleases: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ docs = [
"mkdocs ~=1.5",
"mkdocs-awesome-pages-plugin ~=2.9",
"mkdocs-material ~=9.2; python_version < '3.8'",
"mkdocs-material ~=9.4; python_version >= '3.8'",
"mkdocs-material ~=9.5; python_version >= '3.8'",
"mkdocstrings[python-legacy] ~=0.22.0; python_version < '3.8'",
"mkdocstrings[python-legacy] ~=0.24.0; python_version >= '3.8'",
]
Expand Down

0 comments on commit 4c05335

Please sign in to comment.