From 4243d6bcbb770d3cbc0eda17062340f6a11205b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 06:10:54 +0000 Subject: [PATCH] build(deps): bump pytest from 7.1.2 to 7.1.3 in /ci/builder Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. - [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.1.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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..94d98e5314d7a 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.1.3 pyyaml==6.0 requests==2.28.1 scipy==1.7.3