From 5b8972fabdc8bf1606d0e7d64e9378d3a79fdfdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:16:02 -0400 Subject: [PATCH] Bump pytest from 7.3.2 to 7.4.0 in /api (#467) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0. - [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.3.2...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 702c9ae..dacc9bc 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1461,13 +1461,13 @@ zstd = ["zstandard"] [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, - {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, + {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] @@ -2231,4 +2231,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "84ca30c70e1b7067a507bb4489dd37bf1fc4259710880501de4f0b8835fb0411" +content-hash = "300c4ab8f41cd3312252da3d6b12ab3c3edb3ad3d38febf39a42288dca64cfca" diff --git a/api/pyproject.toml b/api/pyproject.toml index e6da141..9bbe00b 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -66,7 +66,7 @@ numpy = "^1.25.0" langchain = "^0.0.180" loguru = "^0.7.0" redis = {extras = ["hiredis"], version = "^4.5.5"} -pytest = "^7.3.2" +pytest = "^7.4.0" [tool.ruff] # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.