@@ -25,6 +25,8 @@ pytest = "*"
# zipp v2.0.0 dropped support for python3.5
# https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
zipp = "<2"
+# isort v5 dropped support for python3.5
+isort = "<5"
[requires]
python_version = "3"
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "b278dc821a55772ed38a7df9b84d4a91f40587130deff039ac98622502edca36"
+ "sha256": "957246fb9c5b04ce0c78670d743d0191a110a8c8d7533de5c8c35c30cdfc79dc"
},
"pipfile-spec": 6,
"requires": {
@@ -74,10 +74,11 @@
"isort": {
"hashes": [
- "sha256:60a1b97e33f61243d12647aaaa3e6cc6778f5eb9f42997650f1cc975b6008750",
+ "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1",
- "sha256:d488ba1c5a2db721669cc180180d5acf84ebdc5af7827f7aaeaa75f73cf0e2b8"
+ "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"
],
- "version": "==5.4.2"
+ "index": "pypi",
+ "version": "==4.3.21"
"lazy-object-proxy": {