summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-01-10 14:14:47 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-01-10 14:14:47 -0600
commit0185d02225a1b76627c65b51764266b7ab95e001 (patch)
treedf701385138f1606d42545990d27bb5562264e22 /pyproject.toml
parent3a5acf7ad2eef090ecc929c9d73a15277e31224e (diff)
downloadrequests-cache-0185d02225a1b76627c65b51764266b7ab95e001.tar.gz
Update changelog and bump version
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index feb9a69..59b596c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "requests-cache"
-version = "0.9.0"
+version = "0.9.1"
description = "A transparent persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]
@@ -57,7 +57,7 @@ sphinx = {optional=true, version="4.3.0"}
sphinx-autodoc-typehints = {optional=true, version="^1.11"}
sphinx-automodapi = {optional=true, version="^0.13"}
sphinx-copybutton = {optional=true, version=">=0.3,<0.5"}
-sphinx-inline-tabs = {optional=true, version=">=2021.8.17,<2023.0.0", python=">=3.8"}
+sphinx-inline-tabs = {optional=true, version=">=2022.1.2b11", python=">=3.8"}
sphinx-notfound-page = {optional=true, version="*"}
sphinx-panels = {optional=true, version="^0.6"}
sphinxcontrib-apidoc = {optional=true, version="^0.3"}