From 786cc27e9e1337953a9434679fc34cc8f0d216f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 08:44:16 +0000 Subject: [PATCH] Bump the python-production group with 2 updates Bumps the python-production group with 2 updates: [pandas](https://github.com/pandas-dev/pandas) and [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy). Updates `pandas` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) Updates `sqlalchemy` from 2.0.34 to 2.0.35 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-production - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-production ... Signed-off-by: dependabot[bot] --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 94befc5..7c1a328 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,13 +27,13 @@ install_requires = dill == 0.3.8 h3 == 3.7.7 numpy == 2.1.1 - pandas == 2.2.2 + pandas == 2.2.3 pyarrow == 17.0.0 pyyaml == 6.0.2 scipy == 1.14.1 shapely == 2.0.6 sql-metadata == 2.13.0 - sqlalchemy == 2.0.34 + sqlalchemy == 2.0.35 [options.entry_points] console_scripts =