From 5a1c2eb602dfe957d8105bb7125a9736f57f7db7 Mon Sep 17 00:00:00 2001 From: mgs-sails Date: Tue, 13 Aug 2024 12:13:49 +0100 Subject: [PATCH] lowered pandas version --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3d969a96a..6e0b7e08f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ tests = [ "mongomock==3.23.0", "jsonapi-client==0.9.9", "pytest-cov==2.12.1", - "pandas==2.2.2", + "pandas==2.2.1", "responses==0.23.1", "Faker==19.6.2", ] @@ -114,12 +114,8 @@ exclude = emgapi/migrations max-complexity = 10 max-line-length = 119 - -[testenv:py39] -basepython = python3.9 """ - [tool.bumpversion] current_version = "2.4.47"