diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36df9717..d43d62b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 id: setup-python with: - python-version: 3.8.18 + python-version: "3.12" - name: python - setup dependency cache uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 diff --git a/.tool-versions b/.tool-versions index b8867a43..87bde47b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1,2 @@ nodejs 22.13.1 +python 3.12 diff --git a/requirements.txt b/requirements.txt index e47c5ce9..ce3ce046 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -black==24.8.0 +black==25.1.0 boto3==1.36.8 flake8==7.1.1