From 9d7e4455eb4e165a72d343951e92ff6dcb213e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:38:01 +0000 Subject: [PATCH] build(deps): bump the pip-dependencies group across 1 directory with 18 updates Bumps the pip-dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [contourpy](https://github.com/contourpy/contourpy) | `1.2.1` | `1.3.0` | | [fonttools](https://github.com/fonttools/fonttools) | `4.53.1` | `4.54.1` | | [kiwisolver](https://github.com/nucleic/kiwi) | `1.4.5` | `1.4.7` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.1` | `3.9.2` | | [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.2` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [paramiko](https://github.com/paramiko/paramiko) | `3.4.0` | `3.5.0` | | [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.0.0` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.2` | `3.2.0` | | [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` | | [typer](https://github.com/fastapi/typer) | `0.12.3` | `0.12.5` | | [tzdata](https://github.com/python/tzdata) | `2024.1` | `2024.2` | | [black](https://github.com/psf/black) | `24.4.2` | `24.10.0` | | [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.108.5` | `6.116.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` | | [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.12.0` | `2.12.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | Updates `contourpy` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/contourpy/contourpy/releases) - [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.rst) - [Commits](https://github.com/contourpy/contourpy/compare/v1.2.1...v1.3.0) Updates `fonttools` from 4.53.1 to 4.54.1 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.53.1...4.54.1) Updates `kiwisolver` from 1.4.5 to 1.4.7 - [Release notes](https://github.com/nucleic/kiwi/releases) - [Changelog](https://github.com/nucleic/kiwi/blob/main/releasenotes.rst) - [Commits](https://github.com/nucleic/kiwi/compare/1.4.5...1.4.7) Updates `matplotlib` from 3.9.1 to 3.9.2 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.9.2) Updates `numpy` from 2.0.1 to 2.1.2 - [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.0.1...v2.1.2) 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 `paramiko` from 3.4.0 to 3.5.0 - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...3.5.0) Updates `pillow` from 10.4.0 to 11.0.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.0.0) Updates `pyparsing` from 3.1.2 to 3.2.0 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_3.1.2...3.2.0) Updates `pytz` from 2024.1 to 2024.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.1...release_2024.2) Updates `typer` from 0.12.3 to 0.12.5 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.12.3...0.12.5) Updates `tzdata` from 2024.1 to 2024.2 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2024.1...2024.2) Updates `black` from 24.4.2 to 24.10.0 - [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.4.2...24.10.0) Updates `flake8` from 7.1.0 to 7.1.1 - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) Updates `hypothesis` from 6.108.5 to 6.116.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.5...hypothesis-python-6.116.0) Updates `pre-commit` from 3.8.0 to 4.0.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.1) Updates `pycodestyle` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.12.0...2.12.1) Updates `pytest` from 8.3.2 to 8.3.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.3.2...8.3.3) --- updated-dependencies: - dependency-name: contourpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: kiwisolver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 12 ++++++------ requirements.txt | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 1863782..f59794a 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,8 +1,8 @@ -black==24.4.2 -flake8==7.1.0 -hypothesis==6.108.5 +black==24.10.0 +flake8==7.1.1 +hypothesis==6.116.0 mccabe==0.7.0 -pre-commit==3.8.0 -pycodestyle==2.12.0 +pre-commit==4.0.1 +pycodestyle==2.12.1 pyflakes==3.2.0 -pytest==8.3.2 +pytest==8.3.3 diff --git a/requirements.txt b/requirements.txt index 5024b98..4856bf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ -contourpy==1.2.1 +contourpy==1.3.0 cycler==0.12.1 -fonttools==4.53.1 -kiwisolver==1.4.5 -matplotlib==3.9.1 -numpy==2.0.1 +fonttools==4.54.1 +kiwisolver==1.4.7 +matplotlib==3.9.2 +numpy==2.1.2 packaging==24.1 -pandas==2.2.2 -paramiko==3.4.0 -Pillow==10.4.0 -pyparsing==3.1.2 +pandas==2.2.3 +paramiko==3.5.0 +Pillow==11.0.0 +pyparsing==3.2.0 PyQt5==5.15.11 python-dateutil==2.9.0.post0 -pytz==2024.1 +pytz==2024.2 six==1.16.0 -typer==0.12.3 +typer==0.12.5 typing_extensions==4.12.2 -tzdata==2024.1 +tzdata==2024.2