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
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
token: ${{ secrets.ACCESS_TOKEN }}
ref: development
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true

- name: Export secrets to environment variables
uses: oNaiPs/secrets-to-env-action@v1.5
uses: oNaiPs/secrets-to-env-action@v1.7
with:
secrets: ${{ toJSON(secrets) }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true

Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ attrs==25.4.0
# archivessnake
# jsonschema
# referencing
authlib==1.6.5
authlib==1.6.6
# via -r requirements.in
bagit==1.9.0
# via
Expand All @@ -22,11 +22,11 @@ bagit-profile==1.3.1
# via -r requirements.in
boltons==25.0.0
# via archivessnake
boto3==1.41.5
boto3==1.42.19
# via
# -r requirements.in
# moto
botocore==1.41.5
botocore==1.42.19
# via
# boto3
# moto
Expand All @@ -42,7 +42,7 @@ cryptography==46.0.3
# authlib
# moto
# pyjwt
django==4.2.26
django==4.2.27
# via
# -r requirements.in
# asterism
Expand Down Expand Up @@ -90,7 +90,7 @@ markupsafe==3.0.3
# werkzeug
more-itertools==10.8.0
# via archivessnake
moto==5.1.18
moto==5.1.19
# via -r requirements.in
mysqlclient==2.2.7
# via -r requirements.in
Expand Down Expand Up @@ -144,13 +144,13 @@ rpds-py==0.30.0
# referencing
rsa==4.9.1
# via python-jose
s3transfer==0.15.0
s3transfer==0.16.0
# via boto3
six==1.17.0
# via
# ecdsa
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via django
structlog==25.5.0
# via archivessnake
Expand All @@ -160,11 +160,11 @@ typing-extensions==4.15.0
# cryptography
# referencing
# structlog
tzdata==2025.2
tzdata==2025.3
# via arrow
uritemplate==4.2.0
# via -r requirements.in
urllib3==2.5.0
urllib3==2.6.2
# via
# botocore
# requests
Expand Down