diff --git a/poetry.lock b/poetry.lock index 20875694..67202d7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1021,8 +1021,8 @@ files = [ google-auth = ">=2.14.1,<3.0.0" googleapis-common-protos = ">=1.63.2,<2.0.0" proto-plus = [ + {version = ">=1.24.0,<2.0.0"}, {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, - {version = ">=1.24.0,<2.0.0", markers = "python_version < \"3.13\""}, ] protobuf = ">=5.29.6,<8.0.0" requests = ">=2.33.0,<3.0.0" @@ -2135,22 +2135,22 @@ crypto = ["cryptography (>=3.4.0)"] [[package]] name = "pylint" -version = "4.0.5" +version = "4.0.6" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "pylint-4.0.5-py3-none-any.whl", hash = "sha256:00f51c9b14a3b3ae08cff6b2cdd43f28165c78b165b628692e428fb1f8dc2cf2"}, - {file = "pylint-4.0.5.tar.gz", hash = "sha256:8cd6a618df75deb013bd7eb98327a95f02a6fb839205a6bbf5456ef96afb317c"}, + {file = "pylint-4.0.6-py3-none-any.whl", hash = "sha256:d11a0e1fdb7b1cd46ec5d6fc78fee8b95f28695b2d6140e5809925f61e32ea54"}, + {file = "pylint-4.0.6.tar.gz", hash = "sha256:52f19191bee08bf103f9705ad1a0ece4aa5a0a4ef2bdcbd969375a1e6f6579d5"}, ] [package.dependencies] astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ - {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.2", markers = "python_version < \"3.11\""}, + {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version == \"3.11\""}, ] isort = ">=5,<5.13 || >5.13,<9" @@ -3525,4 +3525,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "5f1d1c25554858d6e2e7f8699722a48ef87325069e3d769dc7daab0075395b6e" +content-hash = "8303819fba015e2bb0b0ad3552fec034d876cbd1ac10e50f7cb34648f70fd2f0" diff --git a/pyproject.toml b/pyproject.toml index dca05420..861aa8bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ responses = "0.26.1" black = "26.5.1" pyfakefs = "6.2.0" pytest-cov = "7.1.0" -pylint = "4.0.5" +pylint = "4.0.6" [build-system] requires = ["poetry>=0.12"]