From 0f5809723403c8e8403529edcda69bd15e6707b3 Mon Sep 17 00:00:00 2001 From: Uros Milovanovic Date: Wed, 28 Jun 2023 13:49:18 +0200 Subject: [PATCH 1/3] pytest-cov --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 227828aba..6082ad0d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -896,14 +896,14 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[package]] name = "pytest-cov" -version = "4.0.0" +version = "4.1.0" description = "Pytest plugin for measuring coverage." category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, - {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, + {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, + {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, ] [package.dependencies] @@ -1468,4 +1468,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "3b4aaf74c7767068b8f0b9a0b8d12fb21d4a70a4cf164a08a41e634bba30950b" +content-hash = "289e07c60f8b032d59eb26cafbd8f19c67fd03760a3dbab15ab6893c438cdb71" diff --git a/pyproject.toml b/pyproject.toml index ea448450c..1f1f467ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ websockets = ">=10.0,<11.0" pluggy = "^1.0.0" [tool.poetry.dev-dependencies] -pytest-cov = "^4.0.0" +pytest-cov = "^4.1.0" coveralls = "^3.0.1" pytest = "^7.3.1" black = "22.12.0" From 5c0047daa99b8da2946fb5e53b87543af79837d8 Mon Sep 17 00:00:00 2001 From: Uros Milovanovic Date: Wed, 28 Jun 2023 13:51:52 +0200 Subject: [PATCH 2/3] pytest --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6082ad0d2..317e87428 100644 --- a/poetry.lock +++ b/poetry.lock @@ -854,14 +854,14 @@ files = [ [[package]] name = "pytest" -version = "7.3.1" +version = "7.4.0" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, - {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, + {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] @@ -873,7 +873,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "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" @@ -1468,4 +1468,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "289e07c60f8b032d59eb26cafbd8f19c67fd03760a3dbab15ab6893c438cdb71" +content-hash = "52da1902d33bc0536d897d0f610c09816d752753c8513d62aa6ba872257ad11f" diff --git a/pyproject.toml b/pyproject.toml index 1f1f467ed..cb50075c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ pluggy = "^1.0.0" [tool.poetry.dev-dependencies] pytest-cov = "^4.1.0" coveralls = "^3.0.1" -pytest = "^7.3.1" +pytest = "^7.4.0" black = "22.12.0" questionary = ">=1.5.1,<1.11.0" towncrier = "^22.8.0" From 9d8b36c383eeb9db786ffc774edaf3ecb50ee58b Mon Sep 17 00:00:00 2001 From: Uros Milovanovic Date: Wed, 28 Jun 2023 13:52:50 +0200 Subject: [PATCH 3/3] ruff --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 317e87428..362fc4e8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1468,4 +1468,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "52da1902d33bc0536d897d0f610c09816d752753c8513d62aa6ba872257ad11f" +content-hash = "29dd50c0d8fdb2f327eb479409b093e32ddd53445d63574d26744bfb3bf32e8d" diff --git a/pyproject.toml b/pyproject.toml index cb50075c1..3d49b3451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,5 +105,5 @@ python_functions = "test_" asyncio_mode = "auto" [tool.poetry.group.dev.dependencies] -ruff = ">=0.0.256,<0.0.268" +ruff = ">=0.0.256,<0.0.276" pytest-asyncio = "^0.21.0"