diff --git a/poetry.lock b/poetry.lock index 64176736..7ab6bdca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -863,19 +863,18 @@ test = ["coverage (>=7.2.7)", "pytest-mock (>=3.10)"] [[package]] name = "pytest-pylint" -version = "0.19.0" +version = "0.21.0" description = "pytest plugin to check source code with pylint" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-pylint-0.19.0.tar.gz", hash = "sha256:d88e83c1023c641548a9ec3567707ceee7616632a986af133426d4a74d066932"}, - {file = "pytest_pylint-0.19.0-py3-none-any.whl", hash = "sha256:b51d3f93bed9c192e2b046f16520981bee5abe7bd61b070306e7ee685219fdd3"}, + {file = "pytest-pylint-0.21.0.tar.gz", hash = "sha256:88764b8e1d5cfa18809248e0ccc2fc05035f08c35f0b0222ddcfea1c3c4e553e"}, + {file = "pytest_pylint-0.21.0-py3-none-any.whl", hash = "sha256:f10d9eaa72b9fbe624ee4b55da0481f56482eee0a467afc1ee3ae8b1fefbd0b4"}, ] [package.dependencies] -pylint = ">=2.3.0" -pytest = ">=5.4" -toml = ">=0.7.1" +pylint = ">=2.15.0" +pytest = ">=7.0" [[package]] name = "python-dateutil" @@ -1010,17 +1009,6 @@ files = [ {file = "text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"}, ] -[[package]] -name = "toml" -version = "0.10.2" -description = "Python Library for Tom's Obvious, Minimal Language" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] - [[package]] name = "tomlkit" version = "0.11.8" @@ -1195,4 +1183,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9e8165aca7c338537f8eac1ae5e32dfa49c1584b0d06f18c56002743fa946354" +content-hash = "3c5d962e1a944c9d647d9659e0ce7950098250547a24154f5bdd344c778c6d21" diff --git a/pyproject.toml b/pyproject.toml index 27b42b1a..9fdf7606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ mock = "^5.0.2" pytest = "^7.4.0" pytest-cov = "^4.1.0" pytest-env = ">=0.8.2,<1.1.0" -pytest-pylint = "^0.19.0" +pytest-pylint = ">=0.19,<0.22" requests-mock = "^1.11.0" types-requests = "^2.31.0.1" wheel = ">=0.40,<0.42"