From 6d31831cf589de4c52424d89e5ad71fc8476f29d Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Sun, 26 Mar 2023 13:28:40 +0000 Subject: [PATCH] Sigh. Forgot to actually save the modified requirements-dev.txt file. Remove the pinned version for requirements for dev. The blocking issue is resolved, so no need to pin the old version. --- core/base/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base/requirements-dev.txt b/core/base/requirements-dev.txt index 32041642..be4d9a31 100644 --- a/core/base/requirements-dev.txt +++ b/core/base/requirements-dev.txt @@ -24,7 +24,7 @@ itsdangerous limits marshmallow marshmallow-sqlalchemy -mysql-connector-python==8.0.29 +mysql-connector-python passlib psycopg2-binary Pygments