From 87dd84e4fe1c0adb1fe5fd63d1ed8b7146d7eedd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:46:32 +0000 Subject: [PATCH] build(deps): bump pytest from 8.3.5 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.2. - [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.5...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index b613046..37d056c --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ipdb==0.13.13", "watchfiles==1.0.4", "mypy==1.15.0", - "pytest==8.3.5", + "pytest==8.4.2", "pytest-sugar==1.0.0", "factory-boy==3.3.3", "coverage==7.6.12", diff --git a/requirements/local.txt b/requirements/local.txt index c22d9b1..3614f78 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ mypy==1.15.0 # https://github.com/python/mypy -pytest==8.3.5 # https://github.com/pytest-dev/pytest +pytest==8.4.2 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy coverage==7.6.12 # https://github.com/nedbat/coveragepy