Blob Blame History Raw
From 71f1378a2bf007ada3e2695ff269abffd69775c9 Mon Sep 17 00:00:00 2001
From: Tony Locke <tlocke@tlocke.org.uk>
Date: Sat, 13 Jun 2020 09:31:19 +0100
Subject: [PATCH] Upgrade scramp to 1.2.0

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 83d36df..352ba80 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
     url="https://github.com/tlocke/pg8000",
     license="BSD",
     python_requires='>=3.5',
-    install_requires=['scramp==1.1.1'],
+    install_requires=['scramp==1.2.0'],
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Intended Audience :: Developers",