diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 2839eb5..e06f347 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@v5.0.0 + - uses: actions/checkout@v6.0.0 with: token: ${{ secrets.ACCESS_TOKEN }} ref: development - name: Set up Python - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.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@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 with: token: ${{ secrets.ACCESS_TOKEN }} branch: dependency-updates diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 28d866e..ccfd2fc 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@v5.0.0 + - uses: actions/checkout@v6.0.0 - name: Set up Python - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: "3.x" - name: Install pypa/build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ffc691f..dd27895 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,10 +15,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41d1de2..0f55eb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: isort - repo: https://github.com/jazzband/pip-tools - rev: v7.5.1 + rev: v7.5.2 hooks: - id: pip-compile args: diff --git a/requirements.txt b/requirements.txt index 4bf8b9b..96531d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ attrs==25.4.0 # referencing boltons==25.0.0 # via archivessnake -certifi==2025.10.5 +certifi==2025.11.12 # via requests charset-normalizer==3.4.4 # via requests @@ -31,7 +31,7 @@ requests==2.32.5 # via # -r requirements.in # archivessnake -rpds-py==0.28.0 +rpds-py==0.30.0 # via # jsonschema # referencing