From 53a7995b0ebe671d8d250fca84522347310d3bec Mon Sep 17 00:00:00 2001 From: Mawoka Date: Fri, 15 Apr 2022 19:41:25 +0200 Subject: [PATCH] :arrow_down: Downgraded bidict --- Pipfile | 1 + Pipfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 32afe88..aba6a31 100644 --- a/Pipfile +++ b/Pipfile @@ -24,6 +24,7 @@ sentry-sdk = "*" aiofiles = "*" meilisearch = "*" bleach = "*" +bidict = "==0.21.4" [dev-packages] coverage = "*" diff --git a/Pipfile.lock b/Pipfile.lock index cbf1f8a..76c2323 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9c79265a8b3c11d13cbd676f1c575213f39fa850b59fd02caaa3a2f1391e3277" + "sha256": "5bcbe3a98675266454242f717f0d20c7fe5bde7be7e808b49af617da83328954" }, "pipfile-spec": 6, "requires": { @@ -226,11 +226,11 @@ }, "bidict": { "hashes": [ - "sha256:415126d23a0c81e1a8c584a8fb1f6905ea090c772571803aeee0a2242e8e7ba0", - "sha256:5c826b3e15e97cc6e615de295756847c282a79b79c5430d3bfc909b1ac9f5bd8" + "sha256:3ac67daa353ecf853a1df9d3e924f005e729227a60a8dbada31a4c31aba7f654", + "sha256:42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f" ], - "markers": "python_full_version >= '3.7.0'", - "version": "==0.22.0" + "index": "pypi", + "version": "==0.21.4" }, "bleach": { "hashes": [ @@ -339,7 +339,7 @@ "sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e", "sha256:a851e51367fb93e9e1361732c1d60dab63eff98712e503ea7d92e6eccb109b4f" ], - "markers": "python_version >= '3.6' and python_version < '4'", + "markers": "python_version >= '3.6' and python_full_version < '4.0.0'", "version": "==2.2.1" }, "ecdsa": { @@ -957,7 +957,7 @@ "sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17", "sha256:95c5d300c4e879ee69708c428ba566c59478fd653cc3a22243eeb8ed846950bb" ], - "markers": "python_version >= '3.6' and python_version < '4'", + "markers": "python_version >= '3.6' and python_full_version < '4.0.0'", "version": "==4.8" }, "sentry-sdk": { @@ -1055,7 +1055,7 @@ "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14", "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_full_version < '4.0.0'", "version": "==1.26.9" }, "uvicorn": { @@ -1513,7 +1513,7 @@ "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.7'", "version": "==2.0.1" } }