From 5dd752d93ed52e863f89f84644e5361d90ad4d34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:44:24 +0000 Subject: [PATCH] fix(deps): update dependency ds-caselaw-marklogic-api-client to v25 --- poetry.lock | 29 +++++++++++++++++++++-------- pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index c406814..d0cc5ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -71,13 +71,13 @@ crt = ["awscrt (==0.21.5)"] [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.8.30" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, - {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, + {file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"}, + {file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"}, ] [[package]] @@ -233,18 +233,18 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "ds-caselaw-marklogic-api-client" -version = "23.0.2" +version = "25.0.0" description = "An API client for interacting with the underlying data in Find Caselaw." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "ds_caselaw_marklogic_api_client-23.0.2-py3-none-any.whl", hash = "sha256:fcb9a2cb1a61a6f77aa8cce601f96492fef79ed6d374c0da2b34577b0b4f3c90"}, - {file = "ds_caselaw_marklogic_api_client-23.0.2.tar.gz", hash = "sha256:b8a6b23781f4f98d138ecb92069fd88c50f360e7a49f2f8bc2428e48945acc24"}, + {file = "ds_caselaw_marklogic_api_client-25.0.0-py3-none-any.whl", hash = "sha256:150fa23ec0f7808090396d5a6ca82ba4a8706faaeaf481c4d4ada361c47a6b79"}, + {file = "ds_caselaw_marklogic_api_client-25.0.0.tar.gz", hash = "sha256:4241d0297141f194b4992feac58c4ecc6e91b91245c12ae3cb4b512e12bc6e7e"}, ] [package.dependencies] boto3 = ">=1.26.112,<2.0.0" -certifi = ">=2022.12.7,<2024.0.0" +certifi = ">=2024.8.30,<2024.9.0" charset-normalizer = ">=3.0.0,<4.0.0" django-environ = ">=0.11.0,<0.12.0" ds-caselaw-utils = ">=1.4.1,<2.0.0" @@ -253,6 +253,8 @@ lxml = ">=5.0.0,<6.0.0" memoization = ">=0.4.0,<0.5.0" mypy-boto3-s3 = ">=1.26.104,<2.0.0" mypy-boto3-sns = ">=1.26.69,<2.0.0" +python-dateutil = ">=2.9.0-post.0,<3.0.0" +pytz = ">=2024.1,<2025.0" requests = ">=2.28.2,<3.0.0" requests-toolbelt = ">=0.10.1,<1.1.0" typing-extensions = ">=4.7.1,<5.0.0" @@ -768,6 +770,17 @@ files = [ [package.extras] cli = ["click (>=5.0)"] +[[package]] +name = "pytz" +version = "2024.2" +description = "World timezone definitions, modern and historical" +optional = false +python-versions = "*" +files = [ + {file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, + {file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"}, +] + [[package]] name = "requests" version = "2.32.3" @@ -986,4 +999,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = ">=3.12, <4" -content-hash = "3eebe78cfb84304de82cb85528a53bd6c95ce8b8a1378377b79e99cd4d089d77" +content-hash = "f9446e66604f0496ab2112b49041d9e4bc2bfd3a19a1d731cdf8ff69295d4656" diff --git a/pyproject.toml b/pyproject.toml index fcfe405..93c9c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" python = ">=3.12, <4" fastapi = ">=0.103.2" python-dotenv = ">=1.0.0" -ds-caselaw-marklogic-api-client = "23.0.2" +ds-caselaw-marklogic-api-client = "25.0.0" django-environ = ">=0.11.2" requests = {extras = ["use-chardet-on-py3"], version = ">=2.31.0"} requests-toolbelt = ">=1.0.0"