summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-01-19 11:16:23 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-01-19 11:20:49 -0600
commit4ab1d4b707c6cf3c22a673b507f36aa51852c11b (patch)
tree0cbf0b604ff7166435c63b945313bd205315d83b /pyproject.toml
parent8823984eece657d29320c78ee15b7752f9dfcd90 (diff)
downloadrequests-cache-master.tar.gz
Update changelog, bump dev dependencies, and bump versionmaster
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 20e19e4..7c3b8c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "requests-cache"
-version = "0.9.1"
+version = "0.9.2"
description = "A transparent persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]
@@ -34,7 +34,7 @@ urllib3 = "^1.25.5" # Use a slightly newer version than required by reque
appdirs = "^1.4.4" # For options that use platform-specific user cache dirs
attrs = "^21.2" # For response data models
cattrs = "^1.8" # For response serialization
-url-normalize = "^1.4" # For reducing duplicate cache items
+url-normalize = "^1.4" # For improved request matching
# Optional backend dependencies
boto3 = {optional=true, version="^1.15"}