diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 42b79d9..eb825cc 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -14,13 +14,13 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: token: ${{ secrets.ACCESS_TOKEN }} ref: development - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: '3.10' cache: pip @@ -52,7 +52,7 @@ jobs: - name: Create Pull Request if: always() - uses: peter-evans/create-pull-request@v8.0.0 + uses: peter-evans/create-pull-request@v8.1.0 with: token: ${{ secrets.ACCESS_TOKEN }} branch: dependency-updates diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 70b68d0..0ae5067 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -19,9 +19,9 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: "3.x" - name: Install pypa/build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e7b8225..0e02294 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,10 +15,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/requirements.txt b/requirements.txt index 2d7e9dd..d430d18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,13 +7,13 @@ attrs==25.4.0 # referencing boltons==25.0.0 # via archivessnake -certifi==2025.11.12 +certifi==2026.1.4 # via requests charset-normalizer==3.4.4 # via requests idna==3.11 # via requests -jsonschema==4.25.1 +jsonschema==4.26.0 # via -r requirements.in jsonschema-specifications==2025.9.1 # via jsonschema @@ -41,5 +41,5 @@ typing-extensions==4.15.0 # via # referencing # structlog -urllib3==2.6.2 +urllib3==2.6.3 # via requests