Skip to content

Commit

Permalink
CI(deps): Update dependency python to v3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent ba12cae commit a5164d8
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.8.0"
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: "7.1.1"

Expand Down

0 comments on commit a5164d8

Please sign in to comment.