Skip to content

Commit

Permalink
CI(deps): Update dependency python to v3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2024
1 parent 97909c7 commit b03a130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
${{ github.ref_protected != true }}
env:
# renovate: datasource=python-version depName=python
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"
# renovate: datasource=pypi depName=black
BLACK_VERSION: "24.4.2"
permissions: {}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
permissions: {}
env:
# renovate: datasource=python-version depName=python
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"
# renovate: datasource=pypi depName=flake8
FLAKE8_VERSION: "3.8.4"

Expand Down

0 comments on commit b03a130

Please sign in to comment.