summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1873612c5..17a18f3b5 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ install_requires = [
'setuptools',
'translationstring >= 0.4', # py3 compat
'venusian >= 1.0', # ``ignore``
- 'webob >= 1.8.0', # acceptparse.create_accept_header
+ 'webob >= 1.8.2', # cookies.make_cookie allows non-bytes samesite
'zope.deprecation >= 3.5.0', # py3 compat
'zope.interface >= 3.8.0', # has zope.interface.registry
]