diff --git a/Pipfile b/Pipfile index baa607f..0944aeb 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ sqlalchemy = "~=1.4.7" python-dateutil = "~=2.8.1" pre-commit = "~=3.7.1" requests = "~=2.31.0" -sqlparse = "~=0.4.4" +sqlparse = ">=0.4.4,<0.6.0" [dev-packages] pysolr = "~=3.9.0" diff --git a/Pipfile.lock b/Pipfile.lock index ed0170f..74f0174 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "742405e8acd302b879e85dd60dc409e5eaf5464f6602176c35466e157a4984bf" + "sha256": "3bce3e17c857b4fb982f1308e243ea8b986f61f6d5aef9be7c0a1a27cd0e5a71" }, "pipfile-spec": 6, "requires": { @@ -386,12 +386,12 @@ }, "sqlparse": { "hashes": [ - "sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3", - "sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c" + "sha256:714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93", + "sha256:c204494cd97479d0e39f28c93d46c0b2d5959c7b9ab904762ea6c7af211c8663" ], "index": "pypi", - "markers": "python_version >= '3.5'", - "version": "==0.4.4" + "markers": "python_version >= '3.8'", + "version": "==0.5.0" }, "urllib3": { "hashes": [ diff --git a/requirements/common.txt b/requirements/common.txt index a35cab9..da652d7 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -15,6 +15,6 @@ pyyaml==6.0.1; python_version >= '3.6' requests==2.31.0; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==1.4.52; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' -sqlparse==0.4.4; python_version >= '3.5' +sqlparse==0.5.0; python_version >= '3.8' urllib3==2.2.2; python_version >= '3.8' virtualenv==20.26.3; python_version >= '3.7'