From d684901abeeb1484e5b396d4b6cef491c4bd8271 Mon Sep 17 00:00:00 2001 From: Nigel Small Date: Thu, 14 Oct 2021 08:26:14 +0100 Subject: [PATCH] Updated reqs to interchange >=2021.0.4 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8db8192f..135347be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ --index-url https://pypi.python.org/simple/ certifi -interchange~=2021.0.3 +interchange~=2021.0.4 monotonic packaging pansi>=2020.7.3 diff --git a/setup.py b/setup.py index 6294d76d..cc189b1b 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ def _patch_version(cls, value): "py_modules": [], "install_requires": [ "certifi", - "interchange~=2021.0.3", + "interchange~=2021.0.4", "monotonic", "packaging", "pansi>=2020.7.3",