Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Setup python
uses: actions/setup-python@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.1.15
uses: renovatebot/github-action@v46.1.18
with:
renovate-version: full
configurationFile: renovate.json
Expand Down
10 changes: 5 additions & 5 deletions cloud/ipsec-between-azure-aws/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
boto3==1.43.29
boto3-stubs==1.43.29
botocore==1.43.29
boto3==1.43.43
boto3-stubs==1.43.43
botocore==1.43.43
botocore-stubs==1.43.14
jmespath==1.1.0
mypy-boto3-ec2==1.43.27
mypy-boto3-ec2==1.43.43
python-dateutil==2.9.0.post0
s3transfer==0.18.0
s3transfer==0.19.0
six==1.17.0
urllib3==2.7.0
2 changes: 1 addition & 1 deletion python/keyring/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cffi==2.0.0
cffi==2.1.0
cryptography==49.0.0
jeepney==0.9.0
keyring==25.7.0
Expand Down
Loading