Skip to content

Commit 34cae53

Browse files
committed
Update all dependencies
1 parent bdb2c58 commit 34cae53

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Setup python
1717
uses: actions/setup-python@v6
1818
with:

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
- name: Self-hosted Renovate
19-
uses: renovatebot/github-action@v46.1.15
19+
uses: renovatebot/github-action@v46.1.18
2020
with:
2121
renovate-version: full
2222
configurationFile: renovate.json
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
boto3==1.43.29
2-
boto3-stubs==1.43.29
3-
botocore==1.43.29
1+
boto3==1.43.43
2+
boto3-stubs==1.43.43
3+
botocore==1.43.43
44
botocore-stubs==1.43.14
55
jmespath==1.1.0
6-
mypy-boto3-ec2==1.43.27
6+
mypy-boto3-ec2==1.43.43
77
python-dateutil==2.9.0.post0
8-
s3transfer==0.18.0
8+
s3transfer==0.19.0
99
six==1.17.0
1010
urllib3==2.7.0

python/keyring/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cffi==2.0.0
1+
cffi==2.1.0
22
cryptography==49.0.0
33
jeepney==0.9.0
44
keyring==25.7.0

0 commit comments

Comments
 (0)