diff --git a/poetry.lock b/poetry.lock index fcf64caf0..8e21c904e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -2977,8 +2977,8 @@ astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {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\""}, + {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, ] isort = ">=5,<5.13 || >5.13,<9" mccabe = ">=0.6,<0.8" @@ -3022,14 +3022,14 @@ typing-extensions = "*" [[package]] name = "pysonar" -version = "1.6.0.4905" +version = "1.7.0.5143" description = "Sonar Scanner for the Python Ecosystem" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pysonar-1.6.0.4905-py3-none-any.whl", hash = "sha256:1a83a2dc3c11500cc07206277bc60aa97004eefbc6873d29ac523377f06e3e57"}, - {file = "pysonar-1.6.0.4905.tar.gz", hash = "sha256:42fca07135c2a3c285a9ac3621f604fa84a1ea8a62a409cd601db68b02cedd90"}, + {file = "pysonar-1.7.0.5143-py3-none-any.whl", hash = "sha256:79710c3616d19a38719a8d0a0472df9281357e81842611b557b7aecfd1842786"}, + {file = "pysonar-1.7.0.5143.tar.gz", hash = "sha256:60222644179e3127efa205ecfb20911bf96bbeaa6f443df20da528f809dba01c"}, ] [package.dependencies] @@ -4053,7 +4053,6 @@ description = "A sphinx extension for designing beautiful, view size responsive optional = false python-versions = ">=3.9" groups = ["main"] -markers = "python_version == \"3.10\"" files = [ {file = "sphinx_design-0.6.1-py3-none-any.whl", hash = "sha256:b11f37db1a802a183d61b159d9a202314d4d2fe29c163437001324fe2f19549c"}, {file = "sphinx_design-0.6.1.tar.gz", hash = "sha256:b44eea3719386d04d765c1a8257caca2b3e6f8421d7b3a5e742c0fd45f84e632"}, @@ -4073,33 +4072,6 @@ theme-pydata = ["pydata-sphinx-theme (>=0.15.2,<0.16.0)"] theme-rtd = ["sphinx-rtd-theme (>=2.0,<3.0)"] theme-sbt = ["sphinx-book-theme (>=1.1,<2.0)"] -[[package]] -name = "sphinx-design" -version = "0.7.0" -description = "A sphinx extension for designing beautiful, view size responsive web components." -optional = false -python-versions = ">=3.11" -groups = ["main"] -markers = "python_version >= \"3.11\"" -files = [ - {file = "sphinx_design-0.7.0-py3-none-any.whl", hash = "sha256:f82bf179951d58f55dca78ab3706aeafa496b741a91b1911d371441127d64282"}, - {file = "sphinx_design-0.7.0.tar.gz", hash = "sha256:d2a3f5b19c24b916adb52f97c5f00efab4009ca337812001109084a740ec9b7a"}, -] - -[package.dependencies] -sphinx = ">=7,<10" - -[package.extras] -code-style = ["pre-commit (>=3,<4)"] -rtd = ["myst-parser (>=4,<6)"] -testing = ["defusedxml", "myst-parser (>=4,<6)", "pytest (>=8.3,<9.0)", "pytest-cov", "pytest-regressions"] -testing-no-myst = ["defusedxml", "pytest (>=8.3,<9.0)", "pytest-cov", "pytest-regressions"] -theme-furo = ["furo (>=2024.7.18,<2024.8.0)"] -theme-im = ["sphinx-immaterial (>=0.12.2,<0.13.0)"] -theme-pydata = ["pydata-sphinx-theme (>=0.15.2,<0.16.0)"] -theme-rtd = ["sphinx-rtd-theme (>=2.0,<3.0)"] -theme-sbt = ["sphinx-book-theme (>=1.1,<2.0)"] - [[package]] name = "sphinx-inline-tabs" version = "2023.4.21" @@ -4820,4 +4792,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "28b52b2481191a31812b77d7c0a6f7e767ecc8b756901dc6b0a16f35fba64485" +content-hash = "358769bfac5f12c0a8f288a5359948f1832f137ffabb93c4c37ff4a714139acf" diff --git a/pyproject.toml b/pyproject.toml index 3d6891b2e..e9f6216e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pre-commit>=4,<5", "pydantic>=2.11.5,<3", "pylint>=2.15.4", - "pysonar>=1.0.1.1548,<2", + "pysonar>=1.7.0.5143,<2", "pytest>=7.2.2,<10", "pyupgrade>=2.38.2,<4.0.0", "ruamel-yaml (>=0.18.0,<=0.18.16)",