update poetry version

This commit is contained in:
Khaleel Al-Adhami 2024-12-12 07:35:18 +03:00
parent 8830d5ab77
commit bd2ea5b417
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1837,13 +1837,13 @@ files = [
[[package]]
name = "pyright"
version = "1.1.389"
version = "1.1.390"
description = "Command line wrapper for pyright"
optional = false
python-versions = ">=3.7"
files = [
{file = "pyright-1.1.389-py3-none-any.whl", hash = "sha256:41e9620bba9254406dc1f621a88ceab5a88af4c826feb4f614d95691ed243a60"},
{file = "pyright-1.1.389.tar.gz", hash = "sha256:716bf8cc174ab8b4dcf6828c3298cac05c5ed775dda9910106a5dcfe4c7fe220"},
{file = "pyright-1.1.390-py3-none-any.whl", hash = "sha256:ecebfba5b6b50af7c1a44c2ba144ba2ab542c227eb49bc1f16984ff714e0e110"},
{file = "pyright-1.1.390.tar.gz", hash = "sha256:aad7f160c49e0fbf8209507a15e17b781f63a86a1facb69ca877c71ef2e9538d"},
]
[package.dependencies]
@ -3079,4 +3079,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "ca33ba05f9f8b42e06d1304b4319470b390b944370a8cd2b90a015773992a983"
content-hash = "bc22926076587ecfa7ac1135f41a883f9920d020606374442a97db7d18795353"

View File

@ -64,7 +64,7 @@ typing_extensions = ">=4.6.0"
[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<9.0"
pytest-mock = ">=3.10.0,<4.0"
pyright = ">=1.1.229,<=1.1.389"
pyright = ">=1.1.229,<=1.1.390"
darglint = ">=1.8.1,<2.0"
dill = ">=0.3.8"
toml = ">=0.10.2,<1.0"