From 7bd1e8cd2c6be7b01038d6a4e388841f7ffda953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:35:53 +0000 Subject: [PATCH] Bump pytest from 8.2.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.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.2.2...8.3.3) --- 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 6ce8df3..1f1981d 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.3"] [project.urls] "Homepage" = "https://github.com/vtuber-plan/olah" diff --git a/requirements.txt b/requirements.txt index 52f3e72..d7dcaa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pydantic==2.8.2 pydantic-settings==2.4.0 toml==0.10.2 huggingface_hub==0.23.4 -pytest==8.2.2 +pytest==8.3.3 cachetools==5.4.0 PyYAML==6.0.1 tenacity==8.5.0