From f5b539fb728d150adca20dae20fee9a2caa6bce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:04:32 -0600 Subject: [PATCH] chore(deps): bump the python-packages group with 3 updates (#121) Bumps the python-packages group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [rich](https://github.com/Textualize/rich) and [ruff](https://github.com/astral-sh/ruff). 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) Updates `rich` from 13.8.0 to 13.8.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.8.0...v13.8.1) Updates `ruff` from 0.6.4 to 0.6.5 - [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/0.6.4...0.6.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6ff2cc8..4a4a7dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ mypy==1.11.2 pre-commit==3.8.0 pydantic==2.9.1 pydata_sphinx_theme==0.15.4 -pytest==8.3.2 -rich==13.8.0 -ruff==0.6.4 +pytest==8.3.3 +rich==13.8.1 +ruff==0.6.5 setuptools-scm==8.1.0 sphinx<8.1 wheel==0.44.0