-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add django-upgrade to pre-commit config * Run pre-commit * Upgrade requirements * Allow compilemessages to write *.mo files * Update test workflow * Replace custom BlobTextField with Django's BinaryField * Fix tests * Make migrations * Update submodules
- Loading branch information
1 parent
2555b50
commit 05c0bc7
Showing
133 changed files
with
1,155 additions
and
851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule archivematica-acceptance-tests
updated
2 files
+21 −14 | Dockerfile | |
+2 −0 | simplebrowsertest.py |
Submodule archivematica-storage-service
updated
56 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,10 @@ amclient==1.2.3 | |
# via -r requirements.txt | ||
ammcpc==0.1.3 | ||
# via -r requirements.txt | ||
asgiref==3.4.1 | ||
# via | ||
# -r requirements.txt | ||
# django | ||
attrs==22.2.0 | ||
# via | ||
# -r requirements.txt | ||
|
@@ -19,7 +23,7 @@ bagit==1.8.1 | |
# via -r requirements.txt | ||
brotli==1.0.9 | ||
# via -r requirements.txt | ||
certifi==2023.5.7 | ||
certifi==2023.7.22 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
|
@@ -49,28 +53,28 @@ cryptography==40.0.2 | |
# pyopenssl | ||
distlib==0.3.7 | ||
# via virtualenv | ||
django==1.11.29 | ||
django==3.2.20 | ||
# via | ||
# -r requirements.txt | ||
# django-auth-ldap | ||
# django-cas-ng | ||
# django-csp | ||
# mozilla-django-oidc | ||
django-auth-ldap==2.2.0 | ||
django-auth-ldap==4.0.0 | ||
# via -r requirements.txt | ||
django-autoslug==1.9.8 | ||
django-autoslug==1.9.9 | ||
# via -r requirements.txt | ||
django-cas-ng==3.6.0 | ||
django-cas-ng==4.3.0 | ||
# via -r requirements.txt | ||
django-csp==3.7 | ||
# via -r requirements.txt | ||
django-forms-bootstrap==3.1.0 | ||
# via -r requirements.txt | ||
django-prometheus==2.0.0 | ||
django-prometheus==2.2.0 | ||
# via -r requirements.txt | ||
django-shibboleth-remoteuser @ git+https://github.com/Brown-University-Library/django-shibboleth-remoteuser.git@67d270c65c201606fb86d548493d4b3fd8cc7a76 | ||
django-shibboleth-remoteuser @ git+https://github.com/Brown-University-Library/django-shibboleth-remoteuser.git@962f6f9818683ef5f6432f091d22945e54b82592 | ||
# via -r requirements.txt | ||
django-tastypie==0.14.3 | ||
django-tastypie==0.14.5 | ||
# via -r requirements.txt | ||
elasticsearch==6.8.2 | ||
# via -r requirements.txt | ||
|
@@ -88,7 +92,7 @@ greenlet==2.0.2 | |
# via | ||
# -r requirements.txt | ||
# gevent | ||
gunicorn==21.0.1 | ||
gunicorn==21.2.0 | ||
# via -r requirements.txt | ||
idna==3.4 | ||
# via | ||
|
@@ -134,7 +138,7 @@ metsrw==0.4.0 | |
# via -r requirements.txt | ||
mockldap @ git+https://github.com/artefactual-labs/[email protected] | ||
# via -r requirements-dev.in | ||
mozilla-django-oidc==1.2.4 | ||
mozilla-django-oidc==2.0.0 | ||
# via -r requirements.txt | ||
multidict==5.2.0 | ||
# via yarl | ||
|
@@ -191,7 +195,7 @@ pyopenssl==23.2.0 | |
# via | ||
# -r requirements.txt | ||
# josepy | ||
pyparsing==3.1.0 | ||
pyparsing==3.1.1 | ||
# via | ||
# -r requirements.txt | ||
# packaging | ||
|
@@ -235,7 +239,7 @@ pytz==2023.3 | |
# via | ||
# -r requirements.txt | ||
# django | ||
pyyaml==6.0 | ||
pyyaml==6.0.1 | ||
# via vcrpy | ||
requests==2.27.1 | ||
# via | ||
|
@@ -250,12 +254,15 @@ six==1.16.0 | |
# -r requirements.txt | ||
# amclient | ||
# jsonschema | ||
# mozilla-django-oidc | ||
# opf-fido | ||
# python-cas | ||
# python-dateutil | ||
# tox | ||
# vcrpy | ||
sqlparse==0.4.4 | ||
# via | ||
# -r requirements.txt | ||
# django | ||
toml==0.10.2 | ||
# via tox | ||
tomli==1.2.3 | ||
|
@@ -269,6 +276,7 @@ tox==3.28.0 | |
typing-extensions==4.1.1 | ||
# via | ||
# -r requirements.txt | ||
# asgiref | ||
# importlib-metadata | ||
# yarl | ||
unidecode==1.3.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.