Skip to content

Commit fa33111

Browse files
renovate[bot]svenklemm
authored andcommitted
Update maintenance
1 parent ceb78cd commit fa33111

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717

1818
- name: Set up Python 3.10
19-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
19+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2020
with:
2121
python-version: '3.14'
2222

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
egress-policy: audit
1818

1919
- name: Setup python
20-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
20+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2121
with:
2222
python-version: '3.14'
2323

@@ -54,7 +54,7 @@ jobs:
5454
egress-policy: audit
5555

5656
- name: Setup python 3.12
57-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
57+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5858
with:
5959
python-version: '3.14'
6060

.github/workflows/timescaledb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Setup python 3.10
19-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
19+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2020
with:
2121
python-version: '3.14'
2222

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
black==26.5.1
2-
click==8.4.1
3-
distlib==0.4.1
4-
filelock==3.29.1
2+
click==8.4.2
3+
distlib==0.4.3
4+
filelock==3.29.4
55
mypy-extensions==1.1.0
66
packaging==26.2
77
pathspec==1.1.1
88
platformdirs==4.10.0
99
pluggy==1.6.0
10-
pylint==4.0.5
10+
pylint==4.0.6
1111
pyparsing==3.3.2
1212
six==1.17.0
1313
toml==0.10.2
1414
tomli==2.4.1
15-
tox==4.55.1
16-
virtualenv==21.4.2
15+
tox==4.56.1
16+
virtualenv==21.5.1

0 commit comments

Comments
 (0)