diff --git a/poetry.lock b/poetry.lock index d303e240..95f24fa0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -212,14 +212,14 @@ trio = ["trio (>=0.16,<0.22)"] [[package]] name = "astroid" -version = "2.15.1" +version = "2.15.4" description = "An abstract syntax tree for Python with inference support." category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "astroid-2.15.1-py3-none-any.whl", hash = "sha256:89860bda98fe2bbd1f5d262229be7629d778ce280de68d95d4a73d1f592ad268"}, - {file = "astroid-2.15.1.tar.gz", hash = "sha256:af4e0aff46e2868218502789898269ed95b663fba49e65d91c1e09c966266c34"}, + {file = "astroid-2.15.4-py3-none-any.whl", hash = "sha256:a1b8543ef9d36ea777194bc9b17f5f8678d2c56ee6a45b2c2f17eec96f242347"}, + {file = "astroid-2.15.4.tar.gz", hash = "sha256:c81e1c7fbac615037744d067a9bb5f9aeb655edf59b63ee8b59585475d6f80d8"}, ] [package.dependencies] @@ -1099,18 +1099,18 @@ files = [ [[package]] name = "pylint" -version = "2.17.1" +version = "2.17.4" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.1-py3-none-any.whl", hash = "sha256:8660a54e3f696243d644fca98f79013a959c03f979992c1ab59c24d3f4ec2700"}, - {file = "pylint-2.17.1.tar.gz", hash = "sha256:d4d009b0116e16845533bc2163493d6681846ac725eab8ca8014afb520178ddd"}, + {file = "pylint-2.17.4-py3-none-any.whl", hash = "sha256:7a1145fb08c251bdb5cca11739722ce64a63db479283d10ce718b2460e54123c"}, + {file = "pylint-2.17.4.tar.gz", hash = "sha256:5dcf1d9e19f41f38e4e85d10f511e5b9c35e1aa74251bf95cdd8cb23584e2db1"}, ] [package.dependencies] -astroid = ">=2.15.0,<=2.17.0-dev0" +astroid = ">=2.15.4,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1745,4 +1745,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "3671be40074a8c5ba103968bf203b0a7bafdcbcff079996f91065154c7ef8a50" +content-hash = "2ad15c5f145a712a0e508a43cd0f4f007b7a319c4c723f8006b1bd3b44be2e0d" diff --git a/pyproject.toml b/pyproject.toml index 0b1cfc87..5cf371a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ uvloop = {version = "^0.17.0", platform = "linux"} black = "^23.3.0" isort = "^5.12.0" pre-commit = "^3.2.1" -pylint = "^2.17.1" +pylint = "^2.17.4" flake8 = "^6.0.0" pytest = "^7.2.2" pytest-asyncio = "^0.21.0"