summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-29 18:05:05 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-29 18:06:13 -0500
commitf5bf4716f4d184b92c72a06619461ebea78817ac (patch)
treeeb09d58b1b1591117de17d8836a0b2f090fe3aec /pyproject.toml
parent79778c6abf950b42c560bf807ade7bacb346ebd1 (diff)
downloadrequests-cache-f5bf4716f4d184b92c72a06619461ebea78817ac.tar.gz
Run pre-deploy tests for most recent python and requests versions
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 31bd104..791b60e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -59,7 +59,7 @@ sphinx-copybutton = {optional=true, version=">=0.5"}
sphinx-design = {optional=true, version=">=0.2"}
sphinx-notfound-page = {optional=true, version=">=0.8"}
sphinxcontrib-apidoc = {optional=true, version="^0.3"}
-sphinxext-opengraph = {optional=true, version = ">=0.6"}
+sphinxext-opengraph = {optional=true, version=">=0.6"}
# Temporary fix until cattrs 22.2.0 is released
exceptiongroup = {version = "^1.0.0-rc.3", python = "^3.10.0"}