diff --git a/docs/requirements.txt b/docs/requirements.txt index 9810306..a32a5ad 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ # https://github.com/mkdocs/mkdocs/issues/4032 # https://github.com/pallets/click/issues/3084 # Remove when a fixed version of Click has been released -click==8.2.1 +click==8.3.1 mdx_truly_sane_lists mkdocs==1.6.1 mkdocs-awesome-pages-plugin diff --git a/pyproject.toml b/pyproject.toml index a4b6701..3985cda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] requires-python = ">=3.11" dependencies = [ - "click==8.2.1", + "click==8.3.1", "gam7==7.29.4", "pandas==2.3.3", "tzdata",