From 85bb8b45ae516631394769ff105509912fc41cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:55:17 +0000 Subject: [PATCH] Bump pytest-profiling from 1.7.0 to 1.8.1 Bumps [pytest-profiling](https://github.com/man-group/pytest-plugins) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/man-group/pytest-plugins/releases) - [Changelog](https://github.com/man-group/pytest-plugins/blob/master/CHANGES.md) - [Commits](https://github.com/man-group/pytest-plugins/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: pytest-profiling dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 06f41606..3eb124c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3240,13 +3240,13 @@ pytest = ">=3.5.0" [[package]] name = "pytest-profiling" -version = "1.7.0" +version = "1.8.1" description = "Profiling plugin for py.test" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "pytest-profiling-1.7.0.tar.gz", hash = "sha256:93938f147662225d2b8bd5af89587b979652426a8a6ffd7e73ec4a23e24b7f29"}, - {file = "pytest_profiling-1.7.0-py2.py3-none-any.whl", hash = "sha256:999cc9ac94f2e528e3f5d43465da277429984a1c237ae9818f8cfd0b06acb019"}, + {file = "pytest-profiling-1.8.1.tar.gz", hash = "sha256:3f171fa69d5c82fa9aab76d66abd5f59da69135c37d6ae5bf7557f1b154cb08d"}, + {file = "pytest_profiling-1.8.1-py3-none-any.whl", hash = "sha256:3dd8713a96298b42d83de8f5951df3ada3e61b3e5d2a06956684175529e17aea"}, ] [package.dependencies] @@ -3254,9 +3254,6 @@ gprof2dot = "*" pytest = "*" six = "*" -[package.extras] -tests = ["pytest-virtualenv"] - [[package]] name = "python-dateutil" version = "2.8.2"