diff --git a/poetry.lock b/poetry.lock index 3db552d..77849f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiokafka" @@ -1505,4 +1505,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "00e7f9939a4e25193167ffb54b8cf42b83f8ed7dd92a7887074b42e3a01a36c1" +content-hash = "796ac740dab381f5329f5d82df2564a7ed9cc1335adbf2be4f7782a2a2c24c74" diff --git a/pyproject.toml b/pyproject.toml index 3e1700f..c2f8840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,6 @@ classifiers = [ python = ">=3.8,<4.0" confluent-kafka = ">= 1.9.2" aiokafka = ">=0.10,<0.12" -pytest-cov = ">=4.1,<6.0" -pytest-asyncio = "^0.23.5" typing-extensions = "^4.12.2" [tool.poetry.group.dev.dependencies] @@ -26,6 +24,7 @@ flake8 = "*" parameterized = "^0.9.0" pytest = ">=7.2,<9.0" pytest-cov = ">=4,<6" +pytest-asyncio = "^0.23.5" mypy = "^1.5.1" pre-commit = "^3.4.0" tox = "^4.11.1"