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 #162

Closed TimidRobot closed 11 months ago

TimidRobot commented 11 months ago

Fixes

Fixes #159

Description

Update python modules

Technical details

--- piplist.old 2023-10-25 12:05:27
+++ piplist.new 2023-10-25 12:05:27
@@ -2,5 +2,6 @@
-asgiref              3.6.0
-black                23.3.0
-click                8.1.3
-dj-database-url      2.0.0
-Django               3.2.19
+asgiref              3.7.2
+black                23.10.1
+certifi              2023.7.22
+click                8.1.7
+dj-database-url      2.1.0
+Django               3.2.22
@@ -8 +9 @@
-django-compressor    4.3.1
+django-compressor    4.4
@@ -12 +13 @@
-django-markdownx     4.0.2
+django-markdownx     4.0.5
@@ -15,5 +16,5 @@
-django-widget-tweaks 1.4.12
-factory-boy          3.2.1
-Faker                18.9.0
-flake8               6.0.0
-gunicorn             20.1.0
+django-widget-tweaks 1.5.0
+factory-boy          3.3.0
+Faker                19.12.0
+flake8               6.1.0
+gunicorn             21.2.0
@@ -22 +23 @@
-Markdown             3.4.3
+Markdown             3.5
@@ -25,3 +26,3 @@
-packaging            23.1
-pathspec             0.11.1
-Pillow               9.5.0
+packaging            23.2
+pathspec             0.11.2
+Pillow               10.1.0
@@ -29,4 +30,4 @@
-platformdirs         3.5.1
-psycopg2             2.9.6
-pycodestyle          2.10.0
-pyflakes             3.0.1
+platformdirs         3.11.0
+psycopg2             2.9.9
+pycodestyle          2.11.1
+pyflakes             3.1.0
@@ -34 +35 @@
-pytz                 2023.3
+pytz                 2023.3.post1
@@ -41 +42,2 @@
-typing_extensions    4.5.0
+typing_extensions    4.8.0
+urllib3              2.0.7
@@ -43 +45 @@
-whitenoise           6.4.0
+whitenoise           6.6.0

Tests

docker compose exec app ./manage.py test
Ran 13 tests in 1.909s

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

For deployment details, see: