From fee5ca15e35af5213945de9073af2187f8140d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:03:49 +0000 Subject: [PATCH] Bump the python-packages group with 10 updates Bumps the python-packages group with 10 updates: | Package | From | To | | --- | --- | --- | | [paramiko](https://github.com/paramiko/paramiko) | `3.4.0` | `3.5.0` | | [typer](https://github.com/fastapi/typer) | `0.12.3` | `0.12.5` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [wheel](https://github.com/pypa/wheel) | `0.43.0` | `0.44.0` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2.post1` | | [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.21.2` | | [pip](https://github.com/pypa/pip) | `24.1.2` | `24.2` | | [black](https://github.com/psf/black) | `24.4.2` | `24.10.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.3.3` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `4.0.1` | Updates `paramiko` from 3.4.0 to 3.5.0 - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...3.5.0) 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 `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) Updates `wheel` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.43.0...0.44.0) Updates `build` from 1.2.1 to 1.2.2.post1 - [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.2.1...1.2.2.post1) Updates `tox` from 4.16.0 to 4.21.2 - [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.16.0...4.21.2) Updates `pip` from 24.1.2 to 24.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.1.2...24.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 `pytest` from 8.0.0 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.0.0...8.3.3) Updates `pre-commit` from 3.7.1 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.7.1...v4.0.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: build dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pip dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 14 +++++++------- requirements/requirements-prod.txt | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 6d29bad..18c2017 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,11 +1,11 @@ -wheel==0.43.0 -build==1.2.1 +wheel==0.44.0 +build==1.2.2.post1 twine==5.1.1 -tox==4.16.0 -pip==24.1.2 -black==24.4.2 +tox==4.21.2 +pip==24.2 +black==24.10.0 isort==6.0.0b2 -pytest==8.0.0 +pytest==8.3.3 pytest-docker==3.1.1 docker==7.1.0 -pre-commit==3.7.1 +pre-commit==4.0.1 diff --git a/requirements/requirements-prod.txt b/requirements/requirements-prod.txt index 8911dec..0f1594f 100644 --- a/requirements/requirements-prod.txt +++ b/requirements/requirements-prod.txt @@ -1,4 +1,4 @@ -paramiko==3.4.0 +paramiko==3.5.0 click==8.1.7 -typer==0.12.3 -PyYAML==6.0.1 +typer==0.12.5 +PyYAML==6.0.2