diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 1ea125b3..4ac6988d 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@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 @@ -52,7 +52,7 @@ jobs: - name: Create Pull Request if: always() - uses: peter-evans/create-pull-request@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 with: token: ${{ secrets.ACCESS_TOKEN }} branch: dependency-updates diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22321011..1f547ee2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: submodules: true @@ -67,7 +67,7 @@ jobs: run: sudo deploy_scripts/make_zip_django.sh $DEPLOY_ZIP_DIR $DEPLOY_ZIP_NAME - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v5.0.0 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0949dda4..8c3730f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,12 +24,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: submodules: true - name: Set up Python and cache pip - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: '3.10' cache: 'pip' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41d1de22..0f55eb61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/requirements.txt b/requirements.txt index 7dfe23ae..ff0d3e01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ archivessnake==0.10.1 # via -r requirements.in arrow==1.4.0 # via -r requirements.in -asgiref==3.10.0 +asgiref==3.11.0 # via django asterism==1.1.0 # via -r requirements.in @@ -22,16 +22,16 @@ bagit-profile==1.3.1 # via -r requirements.in boltons==25.0.0 # via archivessnake -boto3==1.40.64 +boto3==1.41.5 # via # -r requirements.in # moto -botocore==1.40.64 +botocore==1.41.5 # via # boto3 # moto # s3transfer -certifi==2025.10.5 +certifi==2025.11.12 # via requests cffi==2.0.0 # via cryptography @@ -42,7 +42,7 @@ cryptography==46.0.3 # authlib # moto # pyjwt -django==4.2.25 +django==4.2.26 # via # -r requirements.in # asterism @@ -90,7 +90,7 @@ markupsafe==3.0.3 # werkzeug more-itertools==10.8.0 # via archivessnake -moto==5.1.16 +moto==5.1.18 # via -r requirements.in mysqlclient==2.2.7 # via -r requirements.in @@ -138,19 +138,19 @@ requests==2.32.5 # responses responses==0.25.8 # via moto -rpds-py==0.28.0 +rpds-py==0.30.0 # via # jsonschema # referencing rsa==4.9.1 # via python-jose -s3transfer==0.14.0 +s3transfer==0.15.0 # via boto3 six==1.17.0 # via # ecdsa # python-dateutil -sqlparse==0.5.3 +sqlparse==0.5.4 # via django structlog==25.5.0 # via archivessnake @@ -169,7 +169,7 @@ urllib3==2.5.0 # botocore # requests # responses -werkzeug==3.1.3 +werkzeug==3.1.4 # via moto xmltodict==1.0.2 # via moto