Skip to content

Commit 2e28aa3

Browse files
authored
Merge pull request #141 from capralifecycle/renovate/black-25.x
chore(deps): update dependency black to v25
2 parents a7159a9 + 130e80e commit 2e28aa3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3636
id: setup-python
3737
with:
38-
python-version: 3.8.18
38+
python-version: "3.12"
3939

4040
- name: python - setup dependency cache
4141
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodejs 22.13.1
2+
python 3.12

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
black==24.8.0
1+
black==25.1.0
22
boto3==1.36.8
33
flake8==7.1.1

0 commit comments

Comments
 (0)