creativecommons / legaldb

CC Legal Database: curated repository of Case Law and Scholarship data from around the world in a Django based website.
https://LegalDB.CreativeCommons.org/
MIT License
44 stars 54 forks source link

Update Python modules (Django 4.2.16, etc.) #191

Closed TimidRobot closed 3 weeks ago

TimidRobot commented 3 weeks ago

Fixes

Description

Technical details

--- piplist.old 2024-09-12 06:47:03
+++ piplist.new 2024-09-12 06:47:03
--- piplist.old 2024-09-12 07:12:14
+++ piplist.new 2024-09-12 07:12:14
@@ -3,2 +3,2 @@
-black                24.4.2
-certifi              2024.6.2
+black                24.8.0
+certifi              2024.8.30
@@ -5,0 +6 @@
+distlib              0.3.8
@@ -7 +8 @@
-Django               4.2.13
+Django               4.2.16
@@ -9 +10 @@
-django_compressor    4.5
+django-compressor    4.5.1
@@ -17,4 +18,5 @@
-factory-boy          3.3.0
-Faker                25.8.0
-flake8               7.1.0
-gunicorn             22.0.0
+factory_boy          3.3.1
+Faker                28.4.1
+filelock             3.16.0
+flake8               7.1.1
+gunicorn             23.0.0
@@ -23 +25 @@
-Markdown             3.6
+Markdown             3.7
@@ -28,3 +30,4 @@
-pillow               10.3.0
-pip                  24.0
-platformdirs         4.2.2
+pillow               10.4.0
+pip                  24.2
+pipenv               2024.0.1
+platformdirs         4.3.2
@@ -32 +35 @@
-pycodestyle          2.12.0
+pycodestyle          2.12.1
@@ -36,0 +40 @@
+setuptools           74.1.2
@@ -38 +42 @@
-sqlparse             0.5.0
+sqlparse             0.5.1
@@ -40,2 +44,3 @@
-urllib3              2.2.2
-whitenoise           6.6.0
+urllib3              2.2.3
+virtualenv           20.26.4
+whitenoise           6.7.0

Tests

Unit tests

command:

docker compose exec app ./manage.py test

output excerpt:

Ran 13 tests in 1.650s

OK

Quick QA

Checklist

Developer Certificate of Origin

For the purposes of this DCO, "license" is equivalent to "license or public domain dedication," and "open source license" is equivalent to "open content license or public domain dedication."

Developer Certificate of Origin ``` Developer Certificate of Origin Version 1.1 Copyright (C) 2004, 2006 The Linux Foundation and its contributors. 1 Letterman Drive Suite D4700 San Francisco, CA, 94129 Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. ```
TimidRobot commented 3 weeks ago

For deployment, see: https://github.com/creativecommons/legaldb/pull/192#issuecomment-2346543680