diff --git a/pyproject.toml b/pyproject.toml index b1f98751..fb2ebef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,16 +80,16 @@ dependencies = [ # Testing "model_bakery==1.10.1", # Task queue - "rq==2.4.0", + "rq==2.4.1", "django-rq==3.0.1", "fakeredis==2.30.1", # Scheduler "rq-scheduler==0.14.0", - "crontab==1.0.4", + "crontab==1.0.5", "freezegun==1.5.2", # Libs - "certifi==2025.4.26", - "urllib3==2.4.0", + "certifi==2025.7.14", + "urllib3==2.5.0", "python-dateutil==2.9.0.post0", "python-mimeparse==2.0.0", "PyJWT==2.10.1", @@ -101,7 +101,7 @@ dependencies = [ "PyYAML==6.0.2", "cython==3.1.1", "zipp==3.22.0", - "XlsxWriter==3.2.3", + "XlsxWriter==3.2.5", # Markdown "markdown==3.8", "bleach==6.2.0", @@ -122,7 +122,7 @@ dependencies = [ "funcparserlib==0.3.6", # license expressions "boolean.py==5.0", - "license-expression==30.4.1", + "license-expression==30.4.4", # Webhooks "django-rest-hooks==1.6.1", # django-notifications diff --git a/thirdparty/dist/XlsxWriter-3.2.3-py3-none-any.whl b/thirdparty/dist/XlsxWriter-3.2.3-py3-none-any.whl deleted file mode 100644 index 1c58f45e..00000000 Binary files a/thirdparty/dist/XlsxWriter-3.2.3-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/XlsxWriter-3.2.3-py3-none-any.whl.ABOUT b/thirdparty/dist/XlsxWriter-3.2.3-py3-none-any.whl.ABOUT deleted file mode 100644 index 1c3fc89e..00000000 --- a/thirdparty/dist/XlsxWriter-3.2.3-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,17 +0,0 @@ -about_resource: XlsxWriter-3.2.3-py3-none-any.whl -name: xlsxwriter -version: 3.2.3 -download_url: https://files.pythonhosted.org/packages/37/b1/a252d499f2760b314fcf264d2b36fcc4343a1ecdb25492b210cb0db70a68/XlsxWriter-3.2.3-py3-none-any.whl -package_url: pkg:pypi/xlsxwriter@3.2.3 -license_expression: bsd-new AND bsd-simplified -copyright: Copyright xlsxwriter project contributors -attribute: yes -checksum_md5: 2416f460806540f3ec1e1ecee99f693e -checksum_sha1: 2e151e81854299dd9599601d64eee3c03efcd5fe -licenses: - - key: bsd-simplified - name: BSD-2-Clause - file: bsd-simplified.LICENSE - - key: bsd-new - name: BSD-3-Clause - file: bsd-new.LICENSE diff --git a/thirdparty/dist/certifi-2025.4.26-py3-none-any.whl.ABOUT b/thirdparty/dist/certifi-2025.4.26-py3-none-any.whl.ABOUT deleted file mode 100644 index dae59ec8..00000000 --- a/thirdparty/dist/certifi-2025.4.26-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,16 +0,0 @@ -about_resource: certifi-2025.4.26-py3-none-any.whl -name: certifi -version: 2025.4.26 -download_url: https://files.pythonhosted.org/packages/4a/7e/3db2bd1b1f9e95f7cddca6d6e75e2f2bd9f51b1246e546d88addca0106bd/certifi-2025.4.26-py3-none-any.whl -package_url: pkg:pypi/certifi@2025.4.26 -license_expression: mpl-2.0 -copyright: Copyright certifi project contributors -redistribute: yes -attribute: yes -track_changes: yes -checksum_md5: 2e5db33ebc696e3759337175b57f661b -checksum_sha1: a54d7cc15b9e636850f3e490887b29a8bb2ae548 -licenses: - - key: mpl-2.0 - name: Mozilla Public License 2.0 - file: mpl-2.0.LICENSE diff --git a/thirdparty/dist/certifi-2025.4.26-py3-none-any.whl b/thirdparty/dist/certifi-2025.7.14-py3-none-any.whl similarity index 85% rename from thirdparty/dist/certifi-2025.4.26-py3-none-any.whl rename to thirdparty/dist/certifi-2025.7.14-py3-none-any.whl index ec52b37e..439457f7 100644 Binary files a/thirdparty/dist/certifi-2025.4.26-py3-none-any.whl and b/thirdparty/dist/certifi-2025.7.14-py3-none-any.whl differ diff --git a/thirdparty/dist/certifi-2025.7.14-py3-none-any.whl.ABOUT b/thirdparty/dist/certifi-2025.7.14-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..dde1e22e --- /dev/null +++ b/thirdparty/dist/certifi-2025.7.14-py3-none-any.whl.ABOUT @@ -0,0 +1,16 @@ +about_resource: certifi-2025.7.14-py3-none-any.whl +name: certifi +version: 2025.7.14 +download_url: https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl +package_url: pkg:pypi/certifi@2025.7.14 +license_expression: mpl-2.0 +copyright: Copyright certifi project contributors +redistribute: yes +attribute: yes +track_changes: yes +checksum_md5: 8561c6b29236cd268f57ddb4f22281d3 +checksum_sha1: b2fd3586d7dc4d1376b285e662fe2e3d4602b594 +licenses: + - key: mpl-2.0 + name: Mozilla Public License 2.0 + file: mpl-2.0.LICENSE diff --git a/thirdparty/dist/crontab-1.0.4.tar.gz b/thirdparty/dist/crontab-1.0.4.tar.gz deleted file mode 100644 index 189cb8f4..00000000 Binary files a/thirdparty/dist/crontab-1.0.4.tar.gz and /dev/null differ diff --git a/thirdparty/dist/crontab-1.0.5.tar.gz b/thirdparty/dist/crontab-1.0.5.tar.gz new file mode 100644 index 00000000..95f94035 Binary files /dev/null and b/thirdparty/dist/crontab-1.0.5.tar.gz differ diff --git a/thirdparty/dist/crontab-1.0.4.tar.gz.ABOUT b/thirdparty/dist/crontab-1.0.5.tar.gz.ABOUT similarity index 87% rename from thirdparty/dist/crontab-1.0.4.tar.gz.ABOUT rename to thirdparty/dist/crontab-1.0.5.tar.gz.ABOUT index b461ded0..d663bbec 100644 --- a/thirdparty/dist/crontab-1.0.4.tar.gz.ABOUT +++ b/thirdparty/dist/crontab-1.0.5.tar.gz.ABOUT @@ -1,7 +1,7 @@ -about_resource: crontab-1.0.4.tar.gz +about_resource: crontab-1.0.5.tar.gz name: crontab -version: 1.0.4 -download_url: https://files.pythonhosted.org/packages/1e/8b/3ea72ac8e26090b63779b4e0074af79b02bbbab7ddd01b36109bc0892d31/crontab-1.0.4.tar.gz +version: 1.0.5 +download_url: https://files.pythonhosted.org/packages/d6/36/a255b6f5a2e22df03fd2b2f3088974b44b8c9e9407e26b44742cb7cfbf5b/crontab-1.0.5.tar.gz description: | Parse and use crontab schedules in Python Copyright 2011-2021 Josiah Carlson @@ -26,7 +26,7 @@ description: | Seconds No 0-59 0 \* / , - Minutes Yes 0-59 N/A \* / , - Hours Yes 0-23 N/A \* / , - - Day of month Yes 1-31 N/A \* / , - ? L + Day of month Yes 1-31 N/A \* / , - ? L Z Month Yes 1-12 or JAN-DEC N/A \* / , - Day of week Yes 0-6 or SUN-SAT N/A \* / , - ? L Year No 1970-2099 * \* / , - @@ -122,15 +122,19 @@ description: | 24 7 * * L5 -> 7:24 AM on the last friday of every month 24 7 * * Lwed-fri -> 7:24 AM on the last wednesday, thursday, and friday of every month + 0 8 L * * -> 8 AM on the last day of the month, every month + 0 8 Z0 * * -> 8 AM on the last day of the month, z0 is an alias for L + 0 8 Z1 * * -> 8 AM 1 day before the last day of the month, every month + 0 8 Z2 * * -> 8 AM 2 days before last day of the month, every month homepage_url: https://github.com/josiahcarlson/parse-crontab -package_url: pkg:pypi/crontab@1.0.4 +package_url: pkg:pypi/crontab@1.0.5 license_expression: lgpl-2.1 AND (lgpl-2.0-plus AND lgpl-2.0 AND lgpl-3.0) copyright: Copyright Josiah Carlson redistribute: yes attribute: yes track_changes: yes -checksum_md5: ad190b69ff4199c44a5170daf896e73f -checksum_sha1: 5a7e52b3f0e84519966b370b871c0ca1d3f9c20a +checksum_md5: 77ddc1000a05cbcf82e4471d6382cbef +checksum_sha1: e5a630966b862ab66f71db3e730da9d853e96f02 licenses: - key: lgpl-2.1 name: GNU Lesser General Public License 2.1 diff --git a/thirdparty/dist/license_expression-30.4.1-py3-none-any.whl b/thirdparty/dist/license_expression-30.4.1-py3-none-any.whl deleted file mode 100644 index 5b8974cb..00000000 Binary files a/thirdparty/dist/license_expression-30.4.1-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/license_expression-30.4.4-py3-none-any.whl b/thirdparty/dist/license_expression-30.4.4-py3-none-any.whl new file mode 100644 index 00000000..707575f0 Binary files /dev/null and b/thirdparty/dist/license_expression-30.4.4-py3-none-any.whl differ diff --git a/thirdparty/dist/license_expression-30.4.1-py3-none-any.whl.ABOUT b/thirdparty/dist/license_expression-30.4.4-py3-none-any.whl.ABOUT similarity index 53% rename from thirdparty/dist/license_expression-30.4.1-py3-none-any.whl.ABOUT rename to thirdparty/dist/license_expression-30.4.4-py3-none-any.whl.ABOUT index 4a2505be..ab3ad726 100644 --- a/thirdparty/dist/license_expression-30.4.1-py3-none-any.whl.ABOUT +++ b/thirdparty/dist/license_expression-30.4.4-py3-none-any.whl.ABOUT @@ -1,14 +1,14 @@ -about_resource: license_expression-30.4.1-py3-none-any.whl +about_resource: license_expression-30.4.4-py3-none-any.whl name: license-expression -version: 30.4.1 -download_url: https://files.pythonhosted.org/packages/53/84/8a89614b2e7eeeaf0a68a4046d6cfaea4544c8619ea02595ebeec9b2bae3/license_expression-30.4.1-py3-none-any.whl -package_url: pkg:pypi/license-expression@30.4.1 +version: 30.4.4 +download_url: https://files.pythonhosted.org/packages/af/40/791891d4c0c4dab4c5e187c17261cedc26285fd41541577f900470a45a4d/license_expression-30.4.4-py3-none-any.whl +package_url: pkg:pypi/license-expression@30.4.4 license_expression: apache-2.0 AND cc-by-4.0 AND public-domain copyright: Copyright nexB Inc. and others attribute: yes track_changes: yes -checksum_md5: 965ece13e5daf4d68fd3f6a48556eaa5 -checksum_sha1: a1dfb4a5dfd8aaf1800eaaf236e8058ccda71bc8 +checksum_md5: 38cf609141d00ccd7b67ece1d02a8e5d +checksum_sha1: 07820db644fb16f981f64d117d6ae5e843d2de4f licenses: - key: apache-2.0 name: Apache License 2.0 diff --git a/thirdparty/dist/rq-2.4.0-py3-none-any.whl b/thirdparty/dist/rq-2.4.0-py3-none-any.whl deleted file mode 100644 index 5f461ac5..00000000 Binary files a/thirdparty/dist/rq-2.4.0-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/rq-2.4.0-py3-none-any.whl.ABOUT b/thirdparty/dist/rq-2.4.0-py3-none-any.whl.ABOUT deleted file mode 100644 index 0992d014..00000000 --- a/thirdparty/dist/rq-2.4.0-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,14 +0,0 @@ -about_resource: rq-2.4.0-py3-none-any.whl -name: rq -version: 2.4.0 -download_url: https://files.pythonhosted.org/packages/34/ef/4239a17f056ad7a864d53fec920886e017cf50c1494ee8ab05d44cc46799/rq-2.4.0-py3-none-any.whl -package_url: pkg:pypi/rq@2.4.0 -license_expression: bsd-new -copyright: Copyright rq project contributors -attribute: yes -checksum_md5: d8736f68a0627a7397023c3f648637e4 -checksum_sha1: e204fac2625bbb78b273e114396c12b5c7021b78 -licenses: - - key: bsd-new - name: BSD-3-Clause - file: bsd-new.LICENSE diff --git a/thirdparty/dist/rq-2.4.1-py3-none-any.whl b/thirdparty/dist/rq-2.4.1-py3-none-any.whl new file mode 100644 index 00000000..3062f821 Binary files /dev/null and b/thirdparty/dist/rq-2.4.1-py3-none-any.whl differ diff --git a/thirdparty/dist/rq-2.4.1-py3-none-any.whl.ABOUT b/thirdparty/dist/rq-2.4.1-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..45c66527 --- /dev/null +++ b/thirdparty/dist/rq-2.4.1-py3-none-any.whl.ABOUT @@ -0,0 +1,14 @@ +about_resource: rq-2.4.1-py3-none-any.whl +name: rq +version: 2.4.1 +download_url: https://files.pythonhosted.org/packages/8a/c4/ffd7a6d9a706a50ab91c8bd42ff54cd9b228613d6bb80f7728a5144518b1/rq-2.4.1-py3-none-any.whl +package_url: pkg:pypi/rq@2.4.1 +license_expression: bsd-new +copyright: Copyright rq project contributors +attribute: yes +checksum_md5: fd8c9d4114a963242d5ab9189833a678 +checksum_sha1: eaed269baf09b8ec0b356684380c0f36a753d4af +licenses: + - key: bsd-new + name: BSD-3-Clause + file: bsd-new.LICENSE diff --git a/thirdparty/dist/urllib3-2.4.0-py3-none-any.whl.ABOUT b/thirdparty/dist/urllib3-2.4.0-py3-none-any.whl.ABOUT deleted file mode 100644 index 1ce27e5c..00000000 --- a/thirdparty/dist/urllib3-2.4.0-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,17 +0,0 @@ -about_resource: urllib3-2.4.0-py3-none-any.whl -name: urllib3 -version: 2.4.0 -download_url: https://files.pythonhosted.org/packages/6b/11/cc635220681e93a0183390e26485430ca2c7b5f9d33b15c74c2861cb8091/urllib3-2.4.0-py3-none-any.whl -package_url: pkg:pypi/urllib3@2.4.0 -license_expression: mit AND unknown-license-reference -copyright: Copyright urllib3 project contributors -attribute: yes -checksum_md5: b38b9d8501f98140c591986989a0985f -checksum_sha1: 434f98de6eae0519bde18a667e69de2117ce135a -licenses: - - key: mit - name: MIT License - file: mit.LICENSE - - key: unknown-license-reference - name: Unknown License file reference - file: unknown-license-reference.LICENSE diff --git a/thirdparty/dist/urllib3-2.4.0-py3-none-any.whl b/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl similarity index 59% rename from thirdparty/dist/urllib3-2.4.0-py3-none-any.whl rename to thirdparty/dist/urllib3-2.5.0-py3-none-any.whl index 9153878a..81b580f1 100644 Binary files a/thirdparty/dist/urllib3-2.4.0-py3-none-any.whl and b/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl differ diff --git a/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl.ABOUT b/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..bc71a149 --- /dev/null +++ b/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl.ABOUT @@ -0,0 +1,17 @@ +about_resource: urllib3-2.5.0-py3-none-any.whl +name: urllib3 +version: 2.5.0 +download_url: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl +package_url: pkg:pypi/urllib3@2.5.0 +license_expression: mit AND unknown-license-reference +copyright: Copyright urllib3 project contributors +attribute: yes +checksum_md5: ad350c7f4abae4203b487780de9ad034 +checksum_sha1: 91da463b607f7952d6f816faf67e2471c49e4a0c +licenses: + - key: mit + name: MIT License + file: mit.LICENSE + - key: unknown-license-reference + name: Unknown License file reference + file: unknown-license-reference.LICENSE diff --git a/thirdparty/dist/xlsxwriter-3.2.5-py3-none-any.whl b/thirdparty/dist/xlsxwriter-3.2.5-py3-none-any.whl new file mode 100644 index 00000000..3918f67c Binary files /dev/null and b/thirdparty/dist/xlsxwriter-3.2.5-py3-none-any.whl differ diff --git a/thirdparty/dist/xlsxwriter-3.2.5-py3-none-any.whl.ABOUT b/thirdparty/dist/xlsxwriter-3.2.5-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..129e0fb7 --- /dev/null +++ b/thirdparty/dist/xlsxwriter-3.2.5-py3-none-any.whl.ABOUT @@ -0,0 +1,17 @@ +about_resource: xlsxwriter-3.2.5-py3-none-any.whl +name: xlsxwriter +version: 3.2.5 +download_url: https://files.pythonhosted.org/packages/fa/34/a22e6664211f0c8879521328000bdcae9bf6dbafa94a923e531f6d5b3f73/xlsxwriter-3.2.5-py3-none-any.whl +package_url: pkg:pypi/xlsxwriter@3.2.5 +license_expression: bsd-new AND bsd-simplified +copyright: Copyright xlsxwriter project contributors +attribute: yes +checksum_md5: 2af0a20be6d5b13e94a967148c5cc976 +checksum_sha1: 128ae34ec419a2bf904fc30264cc7c87384c62d5 +licenses: + - key: bsd-simplified + name: BSD-2-Clause + file: bsd-simplified.LICENSE + - key: bsd-new + name: BSD-3-Clause + file: bsd-new.LICENSE