From ff510e1c9707ba4f9fb0a263f86a83442bb69499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:09:21 +0000 Subject: [PATCH] Bump the python-packages group with 14 updates Updates the requirements on [requests](https://github.com/psf/requests), [pandas](https://github.com/pandas-dev/pandas), [python-dotenv](https://github.com/theskumar/python-dotenv), [openpyxl](https://openpyxl.readthedocs.io), [click](https://github.com/pallets/click), [alive-progress](https://github.com/rsalmei/alive-progress), [pytest](https://github.com/pytest-dev/pytest), [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff), [pylint](https://github.com/pylint-dev/pylint), [nox](https://github.com/wntrblm/nox) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `requests` to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.33.1) Updates `pandas` to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v3.0.2) Updates `python-dotenv` to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) Updates `openpyxl` to 3.1.5 Updates `click` to 8.3.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.3.2) Updates `alive-progress` to 3.3.0 - [Changelog](https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md) - [Commits](https://github.com/rsalmei/alive-progress/compare/v3.1.5...v3.3.0) Updates `pytest` to 9.0.3 - [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/8.0.0...9.0.3) Updates `coverage` to 7.13.5 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.4.0...7.13.5) Updates `mypy` to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v1.20.2) Updates `black` to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.1.1...26.3.1) Updates `ruff` to 0.15.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...0.15.11) Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v4.0.5) Updates `nox` to 2026.4.10 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2024.03.02...2026.04.10) Updates `tox` to 4.53.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.15.0...4.53.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:production dependency-group: python-packages - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: alive-progress dependency-version: 3.3.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: python-packages - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:production dependency-group: python-packages - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:production dependency-group: python-packages - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production dependency-group: python-packages - dependency-name: nox dependency-version: 2026.4.10 dependency-type: direct:production dependency-group: python-packages - dependency-name: tox dependency-version: 4.53.0 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index fea56aa..51fc077 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,24 @@ # Core dependencies -requests>=2.31.0 -pandas>=2.2.0 -python-dotenv>=1.0.0 -openpyxl>=3.1.2 -click>=8.1.7 -alive_progress>=3.1.5 +requests>=2.33.1 +pandas>=3.0.2 +python-dotenv>=1.2.2 +openpyxl>=3.1.5 +click>=8.3.2 +alive_progress>=3.3.0 # Testing -pytest>=8.0.0 -coverage[toml]>=7.4.0 -mypy>=1.8.0 +pytest>=9.0.3 +coverage[toml]>=7.13.5 +mypy>=1.20.2 # Code quality -black>=24.1.1 -ruff>=0.2.1 -pylint>=3.0.3 +black>=26.3.1 +ruff>=0.15.11 +pylint>=4.0.5 # Development tools -nox>=2024.3.2 -tox>=4.15.0 +nox>=2026.4.10 +tox>=4.53.0 # pandas-stubs # types-requests