From 2af102c8576a058c9711bc07634b810f5f2b9f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 16:19:43 +0000 Subject: [PATCH] Bump the all group across 1 directory with 7 updates Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pandas](https://github.com/pandas-dev/pandas) | `2.1.4` | `2.2.2` | | [build](https://github.com/pypa/build) | `1.0.3` | `1.2.1` | | [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.0.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.0.3` | `3.1.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.344` | `1.1.361` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.2.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | Updates `pandas` from 2.1.4 to 2.2.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.2.2) Updates `build` from 1.0.3 to 1.2.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.0.3...1.2.1) Updates `flake8` from 6.1.0 to 7.0.0 - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) Updates `pylint` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0) Updates `pyright` from 1.1.344 to 1.1.361 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.344...v1.1.361) Updates `pytest` from 7.4.4 to 8.2.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.2.0) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddeee52..1aa2f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,18 +10,18 @@ authors = [ ] requires-python = ">=3.9,<3.13" dependencies = [ - "pandas==2.1.4" + "pandas==2.2.2" ] [project.optional-dependencies] dev = [ - "build==1.0.3", - "flake8==6.1.0", + "build==1.2.1", + "flake8==7.0.0", "Flake8-pyproject==1.2.3", "portray==1.8.0", - "pylint==3.0.3", - "pyright==1.1.344", - "pytest==7.4.4", - "pytest-cov==4.1.0", + "pylint==3.1.0", + "pyright==1.1.361", + "pytest==8.2.0", + "pytest-cov==5.0.0", "ruff==0.4.3", ]