Skip to content

Commit d684901

Browse files
committed
Updated reqs to interchange >=2021.0.4
1 parent d58a3af commit d684901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--index-url https://pypi.python.org/simple/
22

33
certifi
4-
interchange~=2021.0.3
4+
interchange~=2021.0.4
55
monotonic
66
packaging
77
pansi>=2020.7.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _patch_version(cls, value):
108108
"py_modules": [],
109109
"install_requires": [
110110
"certifi",
111-
"interchange~=2021.0.3",
111+
"interchange~=2021.0.4",
112112
"monotonic",
113113
"packaging",
114114
"pansi>=2020.7.3",

0 commit comments

Comments
 (0)