From 4e3275450aa3a81198795b5ac4b4af1b742f258e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:42:29 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.0 --- poetry.lock | 21 +++++++++++---------- pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8449a8d0..23091b5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2066,25 +2066,26 @@ extra = ["pygments (>=2.12)"] [[package]] name = "pytest" -version = "8.3.5" +version = "8.4.0" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, - {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, + {file = "pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e"}, + {file = "pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6"}, ] [package.dependencies] -colorama = {version = "*", markers = "sys_platform == \"win32\""} -exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} -iniconfig = "*" -packaging = "*" +colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} +exceptiongroup = {version = ">=1", markers = "python_version < \"3.11\""} +iniconfig = ">=1" +packaging = ">=20" pluggy = ">=1.5,<2" +pygments = ">=2.7.2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -2776,4 +2777,4 @@ test = ["hypothesis"] [metadata] lock-version = "2.0" python-versions = ">= 3.10, < 3.12" -content-hash = "2b7ae14f3f42071e29e0129ea6394832e902db7396ba81ee553b509f2549cf09" +content-hash = "0110a965847609c767cbeac2ccb48dfa9513cedefb1573ba3cf00d18b6c3a88a" diff --git a/pyproject.toml b/pyproject.toml index 6bacab2a..3e64a249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfun" -version = "0.13.35" +version = "0.13.36" description = "Functional, composable, asynchronous, type-safe Python." authors = ["Sune Debel"] readme = "README.md" @@ -28,7 +28,7 @@ Cython = [ ] pytest-mypy-plugins = "^1.9.3" pytest-asyncio = "0.26.0" -pytest = "8.3.5" +pytest = "8.4.0" hypothesis = "6.79.4" ipython = "^7.7" ipdb = "0.13.13"