From 0e7950648738ee85e33344e5a7ea3b6f4629aa18 Mon Sep 17 00:00:00 2001 From: p-galligan <2585069+p-galligan@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:08:46 +0000 Subject: [PATCH] Scheduled dependency updates --- .github/workflows/dependencies.yml | 4 ++-- .github/workflows/deploy.yml | 4 ++-- .github/workflows/tests.yml | 2 +- requirements.txt | 18 +++++++++--------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 4ac6988d..aa61b53f 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -14,7 +14,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 with: token: ${{ secrets.ACCESS_TOKEN }} ref: development @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f547ee2..d7a90499 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,12 +20,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.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) }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8c3730f3..73701106 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: submodules: true diff --git a/requirements.txt b/requirements.txt index ff0d3e01..e81380e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -42,7 +42,7 @@ cryptography==46.0.3 # authlib # moto # pyjwt -django==4.2.26 +django==4.2.27 # via # -r requirements.in # asterism @@ -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 @@ -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 @@ -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