Skip to content

Commit

Permalink
ci: update dependency python to v3.12.6 (#393)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
sebastien-prudhomme and renovate-bot authored Sep 19, 2024
1 parent 6460be2 commit 8f45784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.0.0
with:
python-version: 3.12.2 # renovate: python
python-version: 3.12.6 # renovate: python

- name: Install Python dependencies
run: pip install -r tests/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2
FROM python:3.12.6

WORKDIR /tests

Expand Down

0 comments on commit 8f45784

Please sign in to comment.