diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c3478b5..1bfc827 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -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: diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 5185d0c..4788f19 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -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 diff --git a/cloud/ipsec-between-azure-aws/requirements.txt b/cloud/ipsec-between-azure-aws/requirements.txt index 4793a6e..8041203 100644 --- a/cloud/ipsec-between-azure-aws/requirements.txt +++ b/cloud/ipsec-between-azure-aws/requirements.txt @@ -1,10 +1,10 @@ -boto3==1.43.29 -boto3-stubs==1.43.29 -botocore==1.43.29 +boto3==1.43.45 +boto3-stubs==1.43.45 +botocore==1.43.45 botocore-stubs==1.43.14 jmespath==1.1.0 -mypy-boto3-ec2==1.43.27 +mypy-boto3-ec2==1.43.45 python-dateutil==2.9.0.post0 -s3transfer==0.18.0 +s3transfer==0.19.0 six==1.17.0 urllib3==2.7.0 diff --git a/python/keyring/requirements.txt b/python/keyring/requirements.txt index 34daf7c..a2a8355 100644 --- a/python/keyring/requirements.txt +++ b/python/keyring/requirements.txt @@ -1,4 +1,4 @@ -cffi==2.0.0 +cffi==2.1.0 cryptography==49.0.0 jeepney==0.9.0 keyring==25.7.0