This repository was archived by the owner on Jan 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 contents : write
1515 pull-requests : write
1616 steps :
17- - uses : actions/checkout@v5 .0.0
17+ - uses : actions/checkout@v6 .0.0
1818 with :
1919 token : ${{ secrets.ACCESS_TOKEN }}
2020 ref : development
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v6.0 .0
23+ uses : actions/setup-python@v6.1 .0
2424 with :
2525 python-version : ' 3.10'
2626 cache : pip
5252
5353 - name : Create Pull Request
5454 if : always()
55- uses : peter-evans/create-pull-request@v7.0.8
55+ uses : peter-evans/create-pull-request@v7.0.9
5656 with :
5757 token : ${{ secrets.ACCESS_TOKEN }}
5858 branch : dependency-updates
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v5 .0.0
23+ uses : actions/checkout@v6 .0.0
2424
2525 - name : Export secrets to environment variables
2626 uses : oNaiPs/secrets-to-env-action@v1.5
6565 run : sudo deploy_scripts/make_zip_django.sh $DEPLOY_ZIP_DIR $DEPLOY_ZIP_NAME
6666
6767 - name : Configure AWS Credentials
68- uses : aws-actions/configure-aws-credentials@v5.0.0
68+ uses : aws-actions/configure-aws-credentials@v5.1.1
6969 with :
7070 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY }}
7171 aws-secret-access-key : ${{ secrets.AWS_SECRET_KEY }}
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v5 .0.0
27+ uses : actions/checkout@v6 .0.0
2828 with :
2929 submodules : true
3030
3131 - name : Set up Python and cache pip
32- uses : actions/setup-python@v6.0 .0
32+ uses : actions/setup-python@v6.1 .0
3333 with :
3434 python-version : ' 3.10'
3535 cache : ' pip'
Original file line number Diff line number Diff line change 1515 hooks :
1616 - id : isort
1717- repo : https://github.com/jazzband/pip-tools
18- rev : v7.5.1
18+ rev : v7.5.2
1919 hooks :
2020 - id : pip-compile
2121 args :
Original file line number Diff line number Diff line change 11archivessnake == 0.10.1
22 # via -r requirements.in
3- asgiref == 3.10 .0
3+ asgiref == 3.11 .0
44 # via django
55asterism == 1.1.0
66 # via -r requirements.in
@@ -10,16 +10,16 @@ bagit==1.9.0
1010 # via asterism
1111boltons == 25.0.0
1212 # via archivessnake
13- boto3 == 1.40.64
13+ boto3 == 1.41.5
1414 # via
1515 # -r requirements.in
1616 # moto
17- botocore == 1.40.64
17+ botocore == 1.41.5
1818 # via
1919 # boto3
2020 # moto
2121 # s3transfer
22- certifi == 2025.10.5
22+ certifi == 2025.11.12
2323 # via requests
2424cffi == 2.0.0
2525 # via cryptography
@@ -53,7 +53,7 @@ idna==3.11
5353 # yarl
5454iiif-prezi3 == 1.2.1
5555 # via -r requirements.in
56- img2pdf == 0.6.1
56+ img2pdf == 0.6.3
5757 # via
5858 # -r requirements.in
5959 # ocrmypdf
@@ -71,7 +71,7 @@ markupsafe==3.0.3
7171 # werkzeug
7272more-itertools == 10.8.0
7373 # via archivessnake
74- moto == 5.1.16
74+ moto == 5.1.18
7575 # via -r requirements.in
7676multidict == 6.7.0
7777 # via yarl
@@ -82,7 +82,7 @@ packaging==25.0
8282 # deprecation
8383 # ocrmypdf
8484 # pikepdf
85- pdfminer-six == 20250506
85+ pdfminer-six == 20251107
8686 # via ocrmypdf
8787pikepdf == 8.4.1
8888 # via
@@ -116,7 +116,7 @@ pyyaml==6.0.3
116116 # vcrpy
117117rapidfuzz == 3.14.3
118118 # via archivessnake
119- reportlab == 4.4.4
119+ reportlab == 4.4.5
120120 # via ocrmypdf
121121requests == 2.32.5
122122 # via
@@ -127,13 +127,13 @@ requests==2.32.5
127127 # responses
128128responses == 0.25.8
129129 # via moto
130- s3transfer == 0.14 .0
130+ s3transfer == 0.15 .0
131131 # via boto3
132132shortuuid == 1.0.13
133133 # via -r requirements.in
134134six == 1.17.0
135135 # via python-dateutil
136- sqlparse == 0.5.3
136+ sqlparse == 0.5.4
137137 # via django
138138structlog == 25.5.0
139139 # via archivessnake
@@ -154,9 +154,9 @@ urllib3==2.5.0
154154 # vcrpy
155155vcrpy == 7.0.0
156156 # via -r requirements.in
157- werkzeug == 3.1.3
157+ werkzeug == 3.1.4
158158 # via moto
159- wrapt == 2.0.0
159+ wrapt == 2.0.1
160160 # via vcrpy
161161xmltodict == 1.0.2
162162 # via moto
You can’t perform that action at this time.
0 commit comments