diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2bc174a..0de9c74 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v44.0.5 + uses: renovatebot/github-action@v44.2.5 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 4ac913e..2542144 100644 --- a/cloud/ipsec-between-azure-aws/requirements.txt +++ b/cloud/ipsec-between-azure-aws/requirements.txt @@ -1,9 +1,9 @@ -boto3==1.42.7 -boto3-stubs==1.42.7 -botocore==1.42.7 -botocore-stubs==1.42.7 -jmespath==1.0.1 -mypy-boto3-ec2==1.42.5 +boto3==1.42.34 +boto3-stubs==1.42.34 +botocore==1.42.34 +botocore-stubs==1.42.34 +jmespath==1.1.0 +mypy-boto3-ec2==1.42.33 python-dateutil==2.9.0.post0 s3transfer==0.16.0 six==1.17.0 diff --git a/python/keyring/requirements.txt b/python/keyring/requirements.txt index 0e29973..7dbcc24 100644 --- a/python/keyring/requirements.txt +++ b/python/keyring/requirements.txt @@ -2,5 +2,5 @@ cffi==2.0.0 cryptography==46.0.3 jeepney==0.9.0 keyring==25.7.0 -pycparser==2.23 +pycparser==3.0 SecretStorage==3.5.0