diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index e06f347..42b79d9 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -14,7 +14,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 with: token: ${{ secrets.ACCESS_TOKEN }} ref: development @@ -52,7 +52,7 @@ jobs: - name: Create Pull Request if: always() - uses: peter-evans/create-pull-request@v7.0.9 + uses: peter-evans/create-pull-request@v8.0.0 with: token: ${{ secrets.ACCESS_TOKEN }} branch: dependency-updates diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index ccfd2fc..70b68d0 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -19,7 +19,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 - name: Set up Python uses: actions/setup-python@v6.1.0 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd27895..e7b8225 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6.1.0 diff --git a/requirements.txt b/requirements.txt index 96531d5..2d7e9dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,5 +41,5 @@ typing-extensions==4.15.0 # via # referencing # structlog -urllib3==2.5.0 +urllib3==2.6.2 # via requests