From 39c61292a44cb697258c167fa735328d8cfbe720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:47:24 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest from 7.4.2 to 7.4.3 (#66) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4df1ff..5eaf530 100644 --- a/poetry.lock +++ b/poetry.lock @@ -947,13 +947,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "7.4.2" +version = "7.4.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, - {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, + {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies] @@ -1617,4 +1617,4 @@ s3 = [] [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.8.1" -content-hash = "847c91eb5fdb5224f8d518e7ac5f4843af614322e59f83addb39e8914b736f12" +content-hash = "c39d2d92749a76d461b7127cb88e5d01de853b0f1c1107e0f6475185e15025d0" diff --git a/pyproject.toml b/pyproject.toml index aa8adf6..d7f2a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pyathena = ">=3,<4" singer-sdk = "^0.33.0" [tool.poetry.group.dev.dependencies] -pytest = "^7.4.2" +pytest = "^7.4.3" moto = "^4.2.6" coverage = "^7.3.2"