diff --git a/poetry.lock b/poetry.lock index a5a8aa5..87f49e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -248,13 +248,13 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "ds-caselaw-marklogic-api-client" -version = "27.1.0" +version = "27.2.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-27.1.0-py3-none-any.whl", hash = "sha256:0d355be0a37530910116ad9fd7c36671398784157a9ada1b906389a8d8453f2f"}, - {file = "ds_caselaw_marklogic_api_client-27.1.0.tar.gz", hash = "sha256:98aa1e3742981fefe87979993d687b1b7e237f04c82dcfaa49b8d6052baa0467"}, + {file = "ds_caselaw_marklogic_api_client-27.2.0-py3-none-any.whl", hash = "sha256:94aaeb3053ea099f95c03fceb4465e84233000166063a8f3f5ad69e94e7b6ece"}, + {file = "ds_caselaw_marklogic_api_client-27.2.0.tar.gz", hash = "sha256:01eda9800ba45209b51d913e706ac1d7be607ae67525bbc509e17bd76a2372f6"}, ] [package.dependencies] @@ -1041,4 +1041,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 = "0c44f47dfd4f52c6faf30feea0cc8f92a782437922b673b000cb8ef54c8a28ce" +content-hash = "2ca68d23e37d6cb709477193ed2f013e2995e94a10c1cb4166dcc3815ef91367" diff --git a/pyproject.toml b/pyproject.toml index 984f38c..dd3f43e 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 = "27.1.0" +ds-caselaw-marklogic-api-client = "27.2.0" django-environ = ">=0.11.2" requests = {extras = ["use-chardet-on-py3"], version = ">=2.31.0"} requests-toolbelt = ">=1.0.0"