build fixes #412: Bump pyright from 1.1.333 to 1.1.353

This commit is contained in:
Gary Gale
2024-11-09 23:06:50 +00:00
parent a5d6766441
commit ec33074243
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@@ -314,8 +314,8 @@ files = [
jmespath = ">=0.7.1,<2.0.0" jmespath = ">=0.7.1,<2.0.0"
python-dateutil = ">=2.1,<3.0.0" python-dateutil = ">=2.1,<3.0.0"
urllib3 = [ urllib3 = [
{version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""},
{version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}, {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""},
{version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""},
] ]
[package.extras] [package.extras]
@@ -1796,8 +1796,8 @@ files = [
annotated-types = ">=0.6.0" annotated-types = ">=0.6.0"
pydantic-core = "2.23.4" pydantic-core = "2.23.4"
typing-extensions = [ typing-extensions = [
{version = ">=4.6.1", markers = "python_version < \"3.13\""},
{version = ">=4.12.2", markers = "python_version >= \"3.13\""}, {version = ">=4.12.2", markers = "python_version >= \"3.13\""},
{version = ">=4.6.1", markers = "python_version < \"3.13\""},
] ]
[package.extras] [package.extras]
@@ -3099,4 +3099,4 @@ redis = ["redis"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "fcb67ee287446bc8f05d8795f8e71d33d563a95c0cec44738b2bfa5080fbb686" content-hash = "270afb53bdd2526e99bb5e2abcb7c2e719e5f86288e04bd58669f9494959cc0a"

View File

@@ -30,7 +30,7 @@ optional = true
[tool.poetry.group.linting.dependencies] [tool.poetry.group.linting.dependencies]
mypy = { version = "^1.13.0", python = "^3.10" } mypy = { version = "^1.13.0", python = "^3.10" }
pyright = { version = "^1.1.373", python = "^3.10" } pyright = { version = "^1.1.388", python = "^3.10" }
types-aiobotocore = { extras = ["dynamodb"], version = "^2.5.0.post2", python = "^3.10" } types-aiobotocore = { extras = ["dynamodb"], version = "^2.5.0.post2", python = "^3.10" }
types-redis = { version = "^4.5.4.2", python = "^3.10" } types-redis = { version = "^4.5.4.2", python = "^3.10" }
ruff = { version = ">=0.3.2", python = "^3.10" } ruff = { version = ">=0.3.2", python = "^3.10" }