From 5b1bd4a4400800b2e47c8a7b6d5f779075dbb6ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:02:21 +0000 Subject: [PATCH] Bump the python-production group across 1 directory with 9 updates Bumps the python-production group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dill](https://github.com/uqfoundation/dill) | `0.3.9` | `0.4.0` | | [numpy](https://github.com/numpy/numpy) | `2.2.3` | `2.3.3` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.3` | `2.3.3` | | [pyarrow](https://github.com/apache/arrow) | `19.0.1` | `21.0.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [scipy](https://github.com/scipy/scipy) | `1.15.2` | `1.16.2` | | [shapely](https://github.com/shapely/shapely) | `2.0.7` | `2.1.2` | | [sql-metadata](https://github.com/macbre/sql-metadata) | `2.15.0` | `2.17.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.38` | `2.0.44` | Updates `dill` from 0.3.9 to 0.4.0 - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/0.3.9...0.4.0) Updates `numpy` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.3...v2.3.3) Updates `pandas` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.3) Updates `pyarrow` from 19.0.1 to 21.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-19.0.1...apache-arrow-21.0.0) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `scipy` from 1.15.2 to 1.16.2 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.2...v1.16.2) Updates `shapely` from 2.0.7 to 2.1.2 - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - [Commits](https://github.com/shapely/shapely/compare/2.0.7...2.1.2) Updates `sql-metadata` from 2.15.0 to 2.17.0 - [Release notes](https://github.com/macbre/sql-metadata/releases) - [Commits](https://github.com/macbre/sql-metadata/compare/v2.15.0...v2.17.0) Updates `sqlalchemy` from 2.0.38 to 2.0.44 - [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: dill dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production - dependency-name: numpy dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-production - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-production - dependency-name: scipy dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production - dependency-name: shapely dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production - dependency-name: sql-metadata dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production - dependency-name: sqlalchemy dependency-version: 2.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-production ... Signed-off-by: dependabot[bot] --- setup.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8b052fa..2233e8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,16 +24,16 @@ packages = find: include_package_data = true python_requires = >=3.10 install_requires = - dill == 0.3.9 + dill == 0.4.0 h3 == 3.7.7 - numpy == 2.2.3 - pandas == 2.2.3 - pyarrow == 19.0.1 - pyyaml == 6.0.2 - scipy == 1.15.2 - shapely == 2.0.7 - sql-metadata == 2.15.0 - sqlalchemy == 2.0.38 + numpy == 2.3.3 + pandas == 2.3.3 + pyarrow == 21.0.0 + pyyaml == 6.0.3 + scipy == 1.16.2 + shapely == 2.1.2 + sql-metadata == 2.17.0 + sqlalchemy == 2.0.44 [options.entry_points] console_scripts =