From cfc1e19a4c731c8cadd1da5ed7a5f892ee5b637d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:39:05 +0000 Subject: [PATCH] Bump pytest from 8.2.2 to 8.3.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [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.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38bdd39..7a768c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["black==24.4.2", "pylint==3.2.5", "pytest==8.2.2"] +dev = ["black==24.4.2", "pylint==3.2.5", "pytest==8.3.1"] [project.urls] "Homepage" = "https://github.com/vtuber-plan/olah" diff --git a/requirements.txt b/requirements.txt index 6e87169..9c0a447 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ httpx==0.27.0 pydantic==2.8.2 toml==0.10.2 huggingface_hub==0.23.4 -pytest==8.2.2 +pytest==8.3.1 cachetools==5.4.0 PyYAML==6.0.1 \ No newline at end of file