From d3e3d95fc43e33efd391213fc0f9b897d29d4fdb Mon Sep 17 00:00:00 2001 From: p-galligan <2585069+p-galligan@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:10:16 +0000 Subject: [PATCH] Scheduled dependency updates --- .github/workflows/dependencies.yml | 6 +++--- .github/workflows/deploy.yml | 2 +- .github/workflows/tests.yml | 4 ++-- requirements.txt | 24 ++++++++++++------------ 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index aa61b53f..8626eda4 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@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 @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d7a90499..f99c668a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: submodules: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 73701106..9c882e35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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' diff --git a/requirements.txt b/requirements.txt index e81380e0..f73df126 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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 @@ -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