From a2d827afd6d81915a471e2d0f1f093e5718bdd00 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 22 Sep 2024 15:40:56 -0700 Subject: [PATCH] bump pydantic pkgr to 0.3.5 --- archivebox/vendor/pydantic-pkgr | 2 +- pdm.lock | 20 ++++++++++---------- pyproject.toml | 2 +- requirements.txt | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/archivebox/vendor/pydantic-pkgr b/archivebox/vendor/pydantic-pkgr index 663bbfa5..4990ddee 160000 --- a/archivebox/vendor/pydantic-pkgr +++ b/archivebox/vendor/pydantic-pkgr @@ -1 +1 @@ -Subproject commit 663bbfa50c852720a68ce3f631091642d1808a7d +Subproject commit 4990ddee41c3ea195ebdbdb484bea40a9e424ba4 diff --git a/pdm.lock b/pdm.lock index 1af25366..d83cd5e5 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "all", "ldap", "sonic"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:03398776fe3d6f6cafe8eff207a62051fa2ae69c3ef8b08f2cb6e5c01014e5b4" +content_hash = "sha256:d7c9e7a40b0a794986eb3f6a3774d5003c9b39985411f63c1aa387dda9986ada" [[metadata.targets]] requires_python = "==3.11.*" @@ -1132,7 +1132,7 @@ files = [ [[package]] name = "pydantic-pkgr" -version = "0.3.3" +version = "0.3.5" requires_python = ">=3.10" summary = "System package manager APIs in strongly typed Python" groups = ["default"] @@ -1143,8 +1143,8 @@ dependencies = [ "typing-extensions>=4.11.0", ] files = [ - {file = "pydantic_pkgr-0.3.3-py3-none-any.whl", hash = "sha256:6cc0c068dd69d829bf1c47bf75f7658a9889dcd4caf071b24ba6158510480124"}, - {file = "pydantic_pkgr-0.3.3.tar.gz", hash = "sha256:bf1ac4f4c2e37841482e50843223a82c773f2b422419d678a92fef274379a671"}, + {file = "pydantic_pkgr-0.3.5-py3-none-any.whl", hash = "sha256:921d42535a2562b80ca97e524f334b9e55448017621cb7d152b42b9e4f547a01"}, + {file = "pydantic_pkgr-0.3.5.tar.gz", hash = "sha256:36444778d53d5cbdc261086fda0d65fb519a072105f5d1c7d88e224bd197dd1d"}, ] [[package]] @@ -1736,17 +1736,17 @@ files = [ [[package]] name = "websockets" -version = "13.0.1" +version = "13.1" requires_python = ">=3.8" summary = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" groups = ["default"] marker = "python_version == \"3.11\"" files = [ - {file = "websockets-13.0.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:699ba9dd6a926f82a277063603fc8d586b89f4cb128efc353b749b641fcddda7"}, - {file = "websockets-13.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:52aed6ef21a0f1a2a5e310fb5c42d7555e9c5855476bbd7173c3aa3d8a0302f2"}, - {file = "websockets-13.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fac2d146ff30d9dd2fcf917e5d147db037a5c573f0446c564f16f1f94cf87462"}, - {file = "websockets-13.0.1-py3-none-any.whl", hash = "sha256:b80f0c51681c517604152eb6a572f5a9378f877763231fddb883ba2f968e8817"}, - {file = "websockets-13.0.1.tar.gz", hash = "sha256:4d6ece65099411cfd9a48d13701d7438d9c34f479046b34c50ff60bb8834e43e"}, + {file = "websockets-13.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:61fc0dfcda609cda0fc9fe7977694c0c59cf9d749fbb17f4e9483929e3c48a19"}, + {file = "websockets-13.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c1dca61c6db1166c48b95198c0b7d9c990b30c756fc2923cc66f68d17dc558fd"}, + {file = "websockets-13.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87c6e35319b46b99e168eb98472d6c7d8634ee37750d7693656dc766395df096"}, + {file = "websockets-13.1-py3-none-any.whl", hash = "sha256:a9a396a6ad26130cdae92ae10c36af09d9bfe6cafe69670fd3b6da9b07b4044f"}, + {file = "websockets-13.1.tar.gz", hash = "sha256:a3b3366087c1bc0a2795111edcadddb8b3b59509d5db5d7ea3fdd69f954a8878"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index a0792284..803f5cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ ############# VENDORED LIBS ###################### # these can be safely omitted when installation subsystem does not provide these as packages (e.g. apt/debian) # archivebox will automatically load fallback vendored copies bundled via archivebox/vendor/__init__.py - "pydantic-pkgr>=0.3.4", + "pydantic-pkgr>=0.3.5", "atomicwrites==1.4.1", "pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7", "django-taggit==1.3.0", diff --git a/requirements.txt b/requirements.txt index 5da9a9a6..a9b859e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ pycparser==2.22; platform_python_implementation != "PyPy" and python_version == pycryptodomex==3.20.0; python_version == "3.11" pydantic==2.9.2; python_version == "3.11" pydantic-core==2.23.4; python_version == "3.11" -pydantic-pkgr==0.3.4; python_version == "3.11" +pydantic-pkgr==0.3.5; python_version == "3.11" pygments==2.18.0; python_version == "3.11" pyopenssl==24.2.1; python_version == "3.11" python-benedict[html,toml,xls,xml,yaml]==0.33.2; python_version == "3.11" @@ -116,7 +116,7 @@ urllib3==2.2.3; python_version == "3.11" uuid6==2024.7.10; python_version == "3.11" w3lib==2.2.1; python_version == "3.11" wcwidth==0.2.13; python_version == "3.11" -websockets==13.0.1; python_version == "3.11" +websockets==13.1; python_version == "3.11" xlrd==2.0.1; python_version == "3.11" xmltodict==0.13.0; python_version == "3.11" yt-dlp==2024.8.6; python_version == "3.11"