diff --git a/poetry.lock b/poetry.lock index d825ad88..b55673f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -252,7 +252,7 @@ requests = ">=2.7.9" [[package]] name = "colorama" -version = "0.4.4" +version = "0.4.5" description = "Cross-platform colored terminal text." category = "main" optional = false @@ -1257,7 +1257,7 @@ python-versions = ">=3.6" [[package]] name = "pylint" -version = "2.14.2" +version = "2.14.5" description = "python code static checker" category = "dev" optional = false @@ -1265,7 +1265,7 @@ python-versions = ">=3.7.2" [package.dependencies] astroid = ">=2.11.6,<=2.12.0-dev0" -colorama = {version = "*", markers = "sys_platform == \"win32\""} +colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = ">=0.2" isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.8" @@ -2084,7 +2084,7 @@ docs = ["emoji", "importlib-metadata", "myst-parser", "pygments", "python-dotenv [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "40609eb52c59f77458b8be218edcc66b9ad31364aed5e85c84f763d97b86cde7" +content-hash = "a33c163bb2ac4fce14423bfac0f08fb1b47b6482c947121ae7517bfaccf8fb41" [metadata.files] alabaster = [ @@ -2279,8 +2279,8 @@ codecov = [ {file = "codecov-2.1.12.tar.gz", hash = "sha256:a0da46bb5025426da895af90938def8ee12d37fcbcbbbc15b6dc64cf7ebc51c1"}, ] colorama = [ - {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, - {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, + {file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"}, + {file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"}, ] cookiecutter = [ {file = "cookiecutter-1.7.3-py2.py3-none-any.whl", hash = "sha256:f8671531fa96ab14339d0c59b4f662a4f12a2ecacd94a0f70a3500843da588e2"}, @@ -2833,8 +2833,8 @@ pygments = [ {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"}, ] pylint = [ - {file = "pylint-2.14.2-py3-none-any.whl", hash = "sha256:592d0a4d2ffa8e33020209d255827c5a310499cdc023d156187bc677d86bd495"}, - {file = "pylint-2.14.2.tar.gz", hash = "sha256:482f1329d4b6b9e52599754a2e502c0ed91ebdfd0992a2299b7fa136a6c12349"}, + {file = "pylint-2.14.5-py3-none-any.whl", hash = "sha256:fabe30000de7d07636d2e82c9a518ad5ad7908590fe135ace169b44839c15f90"}, + {file = "pylint-2.14.5.tar.gz", hash = "sha256:487ce2192eee48211269a0e976421f334cf94de1806ca9d0a99449adcdf0285e"}, ] pyparsing = [ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, diff --git a/pyproject.toml b/pyproject.toml index f5a78dc0..6ff8ac44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ tox-wheel = "^0.7.0" ## Code formatting black = "^22.3" # see: https://black.readthedocs.io/en/stable/editor_integration.html ## Code quality -pylint = "^2.14.2" +pylint = "^2.14.5" ## Automation and management pre-commit = "^2.19.0"