From 2c785b900cf43baa6049cb1b2efad33515365384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:16:49 +0000 Subject: [PATCH] Bump pandas from 2.1.1 to 2.1.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 208a9da..9829d4f 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -45,6 +45,10 @@ cycler==0.11.0 # via matplotlib distlib==0.3.7 # via virtualenv +exceptiongroup==1.1.3 + # via + # cattrs + # pytest filelock==3.12.4 # via virtualenv fiona==1.9.4.post1 @@ -89,7 +93,7 @@ packaging==23.1 # matplotlib # plotly # pytest -pandas==2.1.1 +pandas==2.1.2 # via # -r requirements.dev.in # country-converter @@ -151,6 +155,17 @@ six==1.16.0 # url-normalize tenacity==8.2.3 # via plotly +tomli==2.0.1 + # via + # black + # build + # pip-tools + # pyproject-hooks + # pytest +typing-extensions==4.8.0 + # via + # black + # cattrs tzdata==2023.3 # via pandas unidecode==1.3.7