Browse Source

bump packages

Nick Sweeting 1 year ago
parent
commit
0640018426

+ 13 - 7
archivebox/package-lock.json

@@ -635,17 +635,23 @@
       }
     },
     "node_modules/cssstyle": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz",
-      "integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==",
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.1.0.tgz",
+      "integrity": "sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==",
       "license": "MIT",
       "dependencies": {
-        "rrweb-cssom": "^0.6.0"
+        "rrweb-cssom": "^0.7.1"
       },
       "engines": {
         "node": ">=18"
       }
     },
+    "node_modules/cssstyle/node_modules/rrweb-cssom": {
+      "version": "0.7.1",
+      "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",
+      "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==",
+      "license": "MIT"
+    },
     "node_modules/dashdash": {
       "version": "1.14.1",
       "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
@@ -2184,9 +2190,9 @@
       }
     },
     "node_modules/source-map-js": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
-      "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
+      "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
       "license": "BSD-3-Clause",
       "engines": {
         "node": ">=0.10.0"

File diff suppressed because it is too large
+ 1 - 0
archivebox/templates/static/add.css


File diff suppressed because it is too large
+ 0 - 0
archivebox/templates/static/jquery.dataTables.min.css


File diff suppressed because it is too large
+ 1 - 0
archivebox/templates/static/select2.min.js


+ 13 - 7
archivebox/templates/static/spinner.gif


+ 27 - 27
pdm.lock

@@ -5,7 +5,7 @@
 groups = ["default", "ldap", "sonic"]
 strategy = ["inherit_metadata"]
 lock_version = "4.5.0"
-content_hash = "sha256:ec23de8c5caf198c09f35e79411990eba9ed095da475f694d2a837c9a93d9bb1"
+content_hash = "sha256:6b7f39d2d95e4d463b535cf522ebc9d388a2ce5502d46b9f8ae320861bb34b0e"
 
 [[metadata.targets]]
 requires_python = "==3.11.*"
@@ -519,14 +519,14 @@ files = [
 
 [[package]]
 name = "django-object-actions"
-version = "4.2.0"
-requires_python = ">=3.7,<4.0"
+version = "4.3.0"
+requires_python = "<4.0,>=3.7"
 summary = "A Django app for adding object tools for models in the admin"
 groups = ["default"]
 marker = "python_version == \"3.11\""
 files = [
-    {file = "django_object_actions-4.2.0-py3-none-any.whl", hash = "sha256:ae0df9984c68a4f42f219a391b71fa0630fe44a2983b39b8064378ebddcff30c"},
-    {file = "django_object_actions-4.2.0.tar.gz", hash = "sha256:e24befedf01b6fcdccbb03c33c0e2c855fd1a88f352a66dc7e2170ba31e80128"},
+    {file = "django_object_actions-4.3.0-py3-none-any.whl", hash = "sha256:1af87dedcfd5a35207a4b90c386c059e5f02ecf1d954e3131e25f4a04d01c963"},
+    {file = "django_object_actions-4.3.0.tar.gz", hash = "sha256:611f768d768c9ca7b48278573feb7c07966174f5c50a9323ab4d02d0c4b7501e"},
 ]
 
 [[package]]
@@ -904,6 +904,19 @@ dependencies = [
     "requests",
 ]
 
+[[package]]
+name = "pocket"
+version = "0.3.7"
+git = "https://github.com/tapanpandita/pocket.git"
+ref = "v0.3.7"
+revision = "5a144438cc89bfc0ec94db960718ccf1f76468c1"
+summary = "api wrapper for getpocket.com"
+groups = ["default"]
+marker = "python_version == \"3.11\""
+dependencies = [
+    "requests",
+]
+
 [[package]]
 name = "prompt-toolkit"
 version = "3.0.47"
@@ -1008,26 +1021,25 @@ files = [
 
 [[package]]
 name = "pydantic"
-version = "2.9.0"
+version = "2.9.1"
 requires_python = ">=3.8"
 summary = "Data validation using Python type hints"
 groups = ["default"]
 marker = "python_version == \"3.11\""
 dependencies = [
-    "annotated-types>=0.4.0",
-    "pydantic-core==2.23.2",
+    "annotated-types>=0.6.0",
+    "pydantic-core==2.23.3",
     "typing-extensions>=4.12.2; python_version >= \"3.13\"",
     "typing-extensions>=4.6.1; python_version < \"3.13\"",
-    "tzdata; python_version >= \"3.9\"",
 ]
 files = [
-    {file = "pydantic-2.9.0-py3-none-any.whl", hash = "sha256:f66a7073abd93214a20c5f7b32d56843137a7a2e70d02111f3be287035c45370"},
-    {file = "pydantic-2.9.0.tar.gz", hash = "sha256:c7a8a9fdf7d100afa49647eae340e2d23efa382466a8d177efcd1381e9be5598"},
+    {file = "pydantic-2.9.1-py3-none-any.whl", hash = "sha256:7aff4db5fdf3cf573d4b3c30926a510a10e19a0774d38fc4967f78beb6deb612"},
+    {file = "pydantic-2.9.1.tar.gz", hash = "sha256:1363c7d975c7036df0db2b4a61f2e062fbc0aa5ab5f2772e0ffc7191a4f4bce2"},
 ]
 
 [[package]]
 name = "pydantic-core"
-version = "2.23.2"
+version = "2.23.3"
 requires_python = ">=3.8"
 summary = "Core functionality for Pydantic validation and serialization"
 groups = ["default"]
@@ -1036,9 +1048,9 @@ dependencies = [
     "typing-extensions!=4.7.0,>=4.6.0",
 ]
 files = [
-    {file = "pydantic_core-2.23.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7e9b24cca4037a561422bf5dc52b38d390fb61f7bfff64053ce1b72f6938e6b2"},
-    {file = "pydantic_core-2.23.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d5b0ff3218858859910295df6953d7bafac3a48d5cd18f4e3ed9999efd2245f"},
-    {file = "pydantic_core-2.23.2.tar.gz", hash = "sha256:95d6bf449a1ac81de562d65d180af5d8c19672793c81877a2eda8fde5d08f2fd"},
+    {file = "pydantic_core-2.23.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ea85bda3189fb27503af4c45273735bcde3dd31c1ab17d11f37b04877859ef45"},
+    {file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e2c409ce1c219c091e47cb03feb3c4ed8c2b8e004efc940da0166aaee8f9d6c8"},
+    {file = "pydantic_core-2.23.3.tar.gz", hash = "sha256:3cb0f65d8b4121c1b015c60104a685feb929a29d7cf204387c7f2688c7974690"},
 ]
 
 [[package]]
@@ -1420,18 +1432,6 @@ files = [
     {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
 ]
 
-[[package]]
-name = "tzdata"
-version = "2024.1"
-requires_python = ">=2"
-summary = "Provider of IANA time zone data"
-groups = ["default"]
-marker = "python_version == \"3.11\""
-files = [
-    {file = "tzdata-2024.1-py2.py3-none-any.whl", hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"},
-    {file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"},
-]
-
 [[package]]
 name = "tzlocal"
 version = "5.2"

+ 11 - 6
requirements.txt

@@ -12,9 +12,10 @@ automat==24.8.1; python_version == "3.11"
 base32-crockford==0.3.0; python_version == "3.11"
 brotli==1.1.0; implementation_name == "cpython" and python_version == "3.11"
 brotlicffi==1.1.0.0; implementation_name != "cpython" and python_version == "3.11"
+bx-django-utils==79; python_version == "3.11"
+bx-py-utils==101; python_version == "3.11"
 certifi==2024.8.30; python_version == "3.11"
 cffi==1.17.1; platform_python_implementation != "PyPy" and python_version == "3.11" or implementation_name != "cpython" and python_version == "3.11"
-channels==4.1.0; python_version == "3.11"
 channels[daphne]==4.1.0; python_version == "3.11"
 charset-normalizer==3.3.2; python_version == "3.11"
 constantly==23.10.4; python_version == "3.11"
@@ -28,9 +29,11 @@ django-admin-data-views==0.4.1; python_version == "3.11"
 django-auth-ldap==4.8.0; python_version == "3.11"
 django-charid-field==0.4; python_version == "3.11"
 django-extensions==3.2.3; python_version == "3.11"
+django-huey==1.2.1; python_version == "3.11"
+django-huey-monitor==0.9.0; python_version == "3.11"
 django-jsonform==2.22.0; python_version == "3.11"
 django-ninja==1.3.0; python_version == "3.11"
-django-object-actions==4.2.0; python_version == "3.11"
+django-object-actions==4.3.0; python_version == "3.11"
 django-pydantic-field==0.3.10; python_version == "3.11"
 django-settings-holder==0.1.2; python_version == "3.11"
 django-signal-webhooks==0.3.0; python_version == "3.11"
@@ -42,6 +45,7 @@ feedparser==6.0.11; python_version == "3.11"
 h11==0.14.0; python_version == "3.11"
 httpcore==1.0.5; python_version == "3.11"
 httpx==0.27.2; python_version == "3.11"
+huey==2.5.1; python_version == "3.11"
 hyperlink==21.0.0; python_version == "3.11"
 idna==3.8; python_version == "3.11"
 incremental==24.7.2; python_version == "3.11"
@@ -56,20 +60,22 @@ parso==0.8.4; python_version == "3.11"
 pexpect==4.9.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version == "3.11"
 pocket @ git+https://github.com/tapanpandita/pocket.git@5a144438cc89bfc0ec94db960718ccf1f76468c1 ; python_version == "3.11"
 prompt-toolkit==3.0.47; python_version == "3.11"
+psutil==6.0.0; python_version == "3.11"
 ptyprocess==0.7.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version == "3.11"
 pure-eval==0.2.3; python_version == "3.11"
 pyasn1==0.6.0; python_version == "3.11"
 pyasn1-modules==0.4.0; python_version == "3.11"
 pycparser==2.22; platform_python_implementation != "PyPy" and python_version == "3.11" or implementation_name != "cpython" and python_version == "3.11"
 pycryptodomex==3.20.0; python_version == "3.11"
-pydantic==2.9.0; python_version == "3.11"
-pydantic-core==2.23.2; python_version == "3.11"
+pydantic==2.9.1; python_version == "3.11"
+pydantic-core==2.23.3; python_version == "3.11"
 pydantic-pkgr==0.2.2; python_version == "3.11"
 pygments==2.18.0; python_version == "3.11"
 pyopenssl==24.2.1; python_version == "3.11"
 python-crontab==3.2.0; python_version == "3.11"
 python-dateutil==2.9.0.post0; python_version == "3.11"
 python-ldap==3.4.4; python_version == "3.11"
+python-stdnum==1.20; python_version == "3.11"
 pytz==2024.1; python_version == "3.11"
 regex==2024.7.24; python_version == "3.11"
 requests==2.32.3; python_version == "3.11"
@@ -82,14 +88,13 @@ sniffio==1.3.1; python_version == "3.11"
 sonic-client==1.0.0; python_version == "3.11"
 sqlparse==0.5.1; python_version == "3.11"
 stack-data==0.6.3; python_version == "3.11"
+supervisor==4.2.5; python_version == "3.11"
 traitlets==5.14.3; python_version == "3.11"
-twisted==24.7.0; python_version == "3.11"
 twisted[tls]==24.7.0; python_version == "3.11"
 txaio==23.1.1; python_version == "3.11"
 typeid-python==0.3.1; python_version == "3.11"
 types-pyyaml==6.0.12.20240808; python_version == "3.11"
 typing-extensions==4.12.2; python_version == "3.11"
-tzdata==2024.1; python_version == "3.11"
 tzlocal==5.2; python_version == "3.11"
 ulid-py==1.1.0; python_version == "3.11"
 urllib3==2.2.2; python_version == "3.11"

Some files were not shown because too many files changed in this diff