From cb3bc0d32a96a7820547680a23320596af98afb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 22:02:03 +0000 Subject: [PATCH] build(deps): bump pytest from 7.1.2 to 7.2.1 in /ci/builder Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.1. - [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/7.1.2...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/builder/requirements.txt b/ci/builder/requirements.txt index a8e9afac13594..4dd99706cbb38 100644 --- a/ci/builder/requirements.txt +++ b/ci/builder/requirements.txt @@ -31,7 +31,7 @@ psutil==5.9.1 # psycopg2 intentionally omitted. Use pg8000 instead. pydantic==1.9.2 PyMySQL==1.0.2 -pytest==7.1.2 +pytest==7.2.1 pyyaml==6.0 requests==2.28.1 scipy==1.7.3