From f08e0f49c990e049bd5a32ff1aa5d0b17d60afb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:01:43 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v7.4.4 --- poetry.lock | 13 ++++++------- pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index b71b49f..4d3e965 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1131,18 +1131,17 @@ plugins = ["importlib-metadata"] [[package]] name = "pytest" -version = "7.2.1" +version = "7.4.4" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, - {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] -attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" @@ -1151,7 +1150,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -1480,5 +1479,5 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" -python-versions = ">=3.8, <3.12" -content-hash = "88ca941dea88af85ccb95cf01f5b0ce9ee402719b276bfa7185afb46bbfd91a0" +python-versions = ">=3.8, <3.11" +content-hash = "f94f4144183dd7cd26e1002b65ccdc0b373b816efe4346a8aa1d3961042952b3" diff --git a/pyproject.toml b/pyproject.toml index 2710af5..5f5cbc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pybotx-smart-logger" -version = "0.10.1" +version = "0.10.0" description = "Shows logs when you need it" authors = ["Alexander Samoylenko "] readme = "README.md" [tool.poetry.dependencies] -python = ">=3.8, <3.12" +python = ">=3.8, <3.11" loguru = "^0.6.0" pydantic = "^1.10.5"