From 0dcf40989503df7041eb9f0c4789aecea78cbd5c Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sat, 18 Mar 2023 11:48:55 -0500 Subject: Update dependencies, pre-commit hooks, and contributors --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index ed0b4de..9c647b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "requests-cache" -version = "1.0.0" +version = "1.0.1" description = "A persistent cache for python requests" authors = ["Roman Haritonov", "Jordan Cook"] license = "BSD-2-Clause" @@ -54,8 +54,8 @@ ujson = {optional=true, version=">=5.4"} # Dependencies for building documentation; # defined here because readthedocs doesn't (yet?) support poetry.dev-dependencies furo = {optional=true, version="^2022.12.7"} -linkify-it-py = {optional=true, version=">=2.0"} -myst-parser = {optional=true, version=">=0.17"} +linkify-it-py = {optional=true, version="^2.0"} +myst-parser = {optional=true, version="^1.0"} sphinx = {optional=true, version="^5.0.2"} sphinx-autodoc-typehints = {optional=true, version=">=1.19"} sphinx-automodapi = {optional=true, version=">=0.14"} -- cgit v1.2.1