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