creativecommons / creativecommons.github.io-source

Source files for CC Open Source website
https://opensource.creativecommons.org/
MIT License
77 stars 161 forks source link

update python modules #759

Closed TimidRobot closed 7 months ago

TimidRobot commented 7 months ago

Fixes

Fixes #751, fixes #757

Description

Update Python modules

Technical details

--- piplist.old 2024-01-31 11:37:49
+++ piplist.new 2024-01-31 11:37:49
@@ -2,5 +2,5 @@
-Babel              2.13.0
-black              23.10.0
-blinker            1.6.3
-certifi            2023.7.22
-charset-normalizer 3.3.0
+Babel              2.14.0
+black              24.1.1
+blinker            1.7.0
+certifi            2023.11.17
+charset-normalizer 3.3.2
@@ -10 +10 @@
-flake8             6.1.0
+flake8             7.0.0
@@ -12,2 +12,2 @@
-idna               3.4
-importlib-metadata 6.8.0
+idna               3.6
+importlib-metadata 7.0.1
@@ -15 +15 @@
-isort              5.12.0
+isort              5.13.2
@@ -17 +17 @@
-Jinja2             3.1.2
+Jinja2             3.1.3
@@ -19 +19 @@
-MarkupSafe         2.1.3
+MarkupSafe         2.1.4
@@ -24,3 +24,3 @@
-pathspec           0.11.2
-pip                23.3
-platformdirs       3.11.0
+pathspec           0.12.1
+pip                23.3.2
+platformdirs       4.2.0
@@ -28,3 +28,3 @@
-pyflakes           3.1.0
-python-slugify     8.0.1
-pytz               2023.3.post1
+pyflakes           3.2.0
+python-slugify     8.0.3
+pytz               2023.4
@@ -32 +32 @@
-setuptools         68.2.2
+setuptools         69.0.3
@@ -35,2 +35,2 @@
-typing_extensions  4.8.0
-urllib3            2.0.7
+typing_extensions  4.9.0
+urllib3            2.2.0
@@ -38,2 +38,2 @@
-Werkzeug           2.3.7
-wheel              0.41.2
+Werkzeug           2.3.8
+wheel              0.42.0

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. ```