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

Python updates #183

Closed TimidRobot closed 3 months ago

TimidRobot commented 3 months ago

Fixes

Description

update python modules

Also see required follow-up fix: 06efaf68e261aa70fb1e32d5908c110ca48bdc0f

Technical details

--- piplist.old 2024-06-18 07:30:36
+++ piplist.new 2024-06-18 07:30:36
@@ -3,2 +3,2 @@
-black                24.4.0
-certifi              2024.2.2
+black                24.4.2
+certifi              2024.6.2
@@ -6,2 +6,2 @@
-dj-database-url      2.1.0
-Django               4.2.11
+dj-database-url      2.2.0
+Django               4.2.13
@@ -9 +9 @@
-django-compressor    4.4
+django_compressor    4.5
@@ -18,2 +18,2 @@
-Faker                24.11.0
-flake8               7.0.0
+Faker                25.8.0
+flake8               7.1.0
@@ -26 +26 @@
-packaging            24.0
+packaging            24.1
@@ -29,2 +29,2 @@
-pip                  23.3.1
-platformdirs         4.2.0
+pip                  24.0
+platformdirs         4.2.2
@@ -32 +32 @@
-pycodestyle          2.11.1
+pycodestyle          2.12.0
@@ -35,2 +35,2 @@
-rcssmin              1.1.1
-rjsmin               1.2.1
+rcssmin              1.1.2
+rjsmin               1.2.2
@@ -39,2 +39,2 @@
-typing_extensions    4.11.0
-urllib3              2.2.1
+typing_extensions    4.12.2
+urllib3              2.2.2

Tests

command:

docker compose exec app ./manage.py test

output excerpt:

Ran 13 tests in 1.562s

OK

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 months ago

Deployed to production Tue Jun 18 20:26 UTC 2024: https://github.com/creativecommons/legaldb/pull/184#issuecomment-2176911764