From 7488a24e341b1efa901c8118001f4911db2cdef1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 12:51:01 +0300 Subject: [PATCH] pyproject.toml: update dependencies Most of these are minor and would have been selected by the semant- ic version string during `poetry install`, but I want to make sure that they are as current as possible before I leave the project. In the case of Pandas 1.4.0 the minimum Python version is actually only 3.8, so let's set that as the minimum. --- pyproject.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5cdad806..5ada3ccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,15 +6,14 @@ authors = ["Alan Orth ", "Marie-Angelique Laporte