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@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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
submodules: true

- name: Set up Python and cache pip
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.10'
cache: 'pip'
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ bagit-profile==1.3.1
# via -r requirements.in
boltons==25.0.0
# via archivessnake
boto3==1.42.19
boto3==1.42.39
# via
# -r requirements.in
# moto
botocore==1.42.19
botocore==1.42.39
# via
# boto3
# moto
# s3transfer
certifi==2025.11.12
certifi==2026.1.4
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.4
# via requests
cryptography==46.0.3
cryptography==46.0.4
# via
# authlib
# moto
Expand Down Expand Up @@ -74,11 +74,11 @@ iso-639==0.4.5
# via -r requirements.in
jinja2==3.1.6
# via moto
jmespath==1.0.1
jmespath==1.1.0
# via
# boto3
# botocore
jsonschema==4.25.1
jsonschema==4.26.0
# via
# -r requirements.in
# rac-schema-validator
Expand All @@ -90,19 +90,19 @@ markupsafe==3.0.3
# werkzeug
more-itertools==10.8.0
# via archivessnake
moto==5.1.19
moto==5.1.20
# via -r requirements.in
mysqlclient==2.2.7
# via -r requirements.in
pyasn1==0.6.1
pyasn1==0.6.2
# via
# python-jose
# rsa
pyclamd==0.4.0
# via -r requirements.in
pycparser==2.23
pycparser==3.0
# via cffi
pyjwt[crypto]==2.10.1
pyjwt[crypto]==2.11.0
# via
# drf-jwt
# pyjwt
Expand Down Expand Up @@ -164,12 +164,12 @@ tzdata==2025.3
# via arrow
uritemplate==4.2.0
# via -r requirements.in
urllib3==2.6.2
urllib3==2.6.3
# via
# botocore
# requests
# responses
werkzeug==3.1.4
werkzeug==3.1.5
# via moto
xmltodict==1.0.2
# via moto