From 8684c155445b02da2a2960f63a2126dd37898ac7 Mon Sep 17 00:00:00 2001 From: deps Date: Mon, 26 Feb 2024 00:24:32 +0000 Subject: [PATCH] Update pytest in pyproject.toml from ^7.0.1 to ^8.0.2 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3ca810d..c06efcd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand. [[package]] name = "appdirs" @@ -1314,13 +1314,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -1945,4 +1945,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7d1b581fce8351f45ddb4af8a83d72bc6d0e768753c0a8e15f478642950259f7" +content-hash = "030cc5ee44ae2aa6e55eb89731cef78b227ad3bf1edf077302cbc42ed0a137e6" diff --git a/pyproject.toml b/pyproject.toml index a3e8d90..e4925e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ urllib3 = "^1.26.0" # allowed_methods introduced lockfile = ">=0.9" redis = ">=2.10.5" msgpack = ">=0.5.2" -pytest = "^8.0.1" +pytest = "^8.0.2" [tool.poetry.group.dev.dependencies] mypy = "<1.0.0"