Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Create Pull Request
if: always()
uses: peter-evans/[email protected].8
uses: peter-evans/[email protected].9
with:
token: ${{ secrets.ACCESS_TOKEN }}
branch: dependency-updates
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down