From 49db8b997b201e5cd71d2622d7b59cfc593fc3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:17:45 +0000 Subject: [PATCH] build(deps-dev): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [pyright](https://github.com/RobertCraigie/pyright-python) and [pylint](https://github.com/pylint-dev/pylint). Updates `pyright` from 1.1.368 to 1.1.369 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.368...v1.1.369) Updates `pylint` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index b01117a..17c3cd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1075,13 +1075,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.4" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, - {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, + {file = "pylint-3.2.4-py3-none-any.whl", hash = "sha256:43b8ffdf1578e4e4439fa1f6ace402281f5dd61999192280fa12fe411bef2999"}, + {file = "pylint-3.2.4.tar.gz", hash = "sha256:5753d27e49a658b12a48c2883452751a2ecfc7f38594e0980beb03a6e77e6f86"}, ] [package.dependencies] @@ -1102,13 +1102,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.368" +version = "1.1.369" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.368-py3-none-any.whl", hash = "sha256:4a86e34b61c755b43b367af7fbf927fc6466fff6b81a9dcea07d42416c640af3"}, - {file = "pyright-1.1.368.tar.gz", hash = "sha256:9b2aa48142d9d9fc9a6aedff743c76873cc4e615f3297cdbf893d5793f75b306"}, + {file = "pyright-1.1.369-py3-none-any.whl", hash = "sha256:06d5167a8d7be62523ced0265c5d2f1e022e110caf57a25d92f50fb2d07bcda0"}, + {file = "pyright-1.1.369.tar.gz", hash = "sha256:ad290710072d021e213b98cc7a2f90ae3a48609ef5b978f749346d1a47eb9af8"}, ] [package.dependencies] @@ -2158,4 +2158,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3dd82e517c2f0440ba078ca86f1e519ba61b07e5563cbc9519120e68bcd20908" +content-hash = "0d2af4b0abb885be1423c1729355c7702731d4bc21a82fb7fa8e00316fde4800" diff --git a/pyproject.toml b/pyproject.toml index 631246e..05f5dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,8 +52,8 @@ fasttext-predict = "^0.9.2.2" nvidia-cublas-cu12 = "^12.5.2.13" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.368" -pylint = "^3.2.3" +pyright = "^1.1.369" +pylint = "^3.2.4" pytest = "^8.2.2" ruff = "^0.4.10" httpx = "^0.27.0"