From 4c02b7cabe3e491bc92dd867047399327dd28cc8 Mon Sep 17 00:00:00 2001 From: Justin Flannery Date: Wed, 7 Feb 2024 17:49:12 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs=20env=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++++ requirements/requirements-docs.txt | 18 ++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f99eb09..9bd55549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,6 +115,10 @@ extra-dependencies = [ "griffe-fieldz" ] features = ["all"] +pip-compile-args = [ + "--unsafe-package", + "lunchable" +] pip-compile-constraint = "default" template = "docs" type = "pip-compile" diff --git a/requirements/requirements-docs.txt b/requirements/requirements-docs.txt index 1165bc9f..61994b5c 100644 --- a/requirements/requirements-docs.txt +++ b/requirements/requirements-docs.txt @@ -72,7 +72,7 @@ fieldz==0.0.2 # via griffe-fieldz ghp-import==2.1.0 # via mkdocs -griffe==0.39.1 +griffe==0.40.0 # via # griffe-fieldz # mkdocstrings-python @@ -107,11 +107,6 @@ jinja2==3.1.3 # mkdocs # mkdocs-material # mkdocstrings -lunchable==1.2.2 - # via - # lunchable-primelunch - # lunchable-pushlunch - # lunchable-splitlunch lunchable-primelunch==1.0.1 # via # -c requirements.txt @@ -141,7 +136,7 @@ markdown-it-py==3.0.0 # via # -c requirements.txt # rich -markupsafe==2.1.4 +markupsafe==2.1.5 # via # jinja2 # mkdocs @@ -171,7 +166,7 @@ mkdocs-gen-files==0.5.0 # via hatch.envs.docs mkdocs-literate-nav==0.6.1 # via hatch.envs.docs -mkdocs-material==9.5.6 +mkdocs-material==9.5.8 # via hatch.envs.docs mkdocs-material-extensions==1.3.1 # via mkdocs-material @@ -201,7 +196,7 @@ pandas==2.2.0 # lunchable-primelunch pathspec==0.12.1 # via mkdocs -platformdirs==4.1.0 +platformdirs==4.2.0 # via # mkdocs # mkdocstrings @@ -288,9 +283,12 @@ urllib3==2.1.0 # via # -c requirements.txt # requests -watchdog==3.0.0 +watchdog==4.0.0 # via mkdocs zipp==3.17.0 # via # -c requirements.txt # importlib-metadata + +# The following packages are considered to be unsafe in a requirements file: +# lunchable