diff --git a/poetry.lock b/poetry.lock index fae92f6cf..9b4728bbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -866,7 +866,7 @@ description = "Read metadata from Python packages" optional = false python-versions = ">=3.9" groups = ["main"] -markers = "python_version == \"3.9\"" +markers = "python_version < \"3.10\"" files = [ {file = "importlib_metadata-8.7.0-py3-none-any.whl", hash = "sha256:e5dd1551894c77868a30651cef00984d50e1002d06942a7101d34870c5f02afd"}, {file = "importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000"}, @@ -1997,22 +1997,22 @@ typing-extensions = "*" [[package]] name = "pysonar" -version = "1.0.2.1722" +version = "1.1.0.2035" description = "Sonar Scanner for the Python Ecosystem" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pysonar-1.0.2.1722-py3-none-any.whl", hash = "sha256:abacede0e5f8ca1468ac644889e2e87e8adeae07718906fe4ad546f5feacbc5d"}, - {file = "pysonar-1.0.2.1722.tar.gz", hash = "sha256:fc024f5172b97faca6c280284a67be1bfaf8d76f4f04e37f93c86b70042bac15"}, + {file = "pysonar-1.1.0.2035-py3-none-any.whl", hash = "sha256:91b30c50d5f06565551218c7a17c076feebd0b0391edc4dbbce97d497b906a55"}, + {file = "pysonar-1.1.0.2035.tar.gz", hash = "sha256:39bde087aa5e72e8ebaf44f46c7ea69e8b1539f9d9101cba3964656d3e2fccc1"}, ] [package.dependencies] -jproperties = ">=2.1.2,<3.0.0" -pyfakefs = ">=5.7.4,<6.0.0" -requests = ">=2.32.3,<3.0.0" -responses = ">=0.25.6,<0.26.0" -tomli = ">=2.2.1,<3.0.0" +jproperties = "2.1.2" +pyfakefs = "5.8.0" +requests = "2.32.4" +responses = "0.25.6" +tomli = "2.2.1" [[package]] name = "pytest" @@ -2155,14 +2155,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "responses" -version = "0.25.7" +version = "0.25.6" description = "A utility library for mocking out the `requests` Python library." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "responses-0.25.7-py3-none-any.whl", hash = "sha256:92ca17416c90fe6b35921f52179bff29332076bb32694c0df02dcac2c6bc043c"}, - {file = "responses-0.25.7.tar.gz", hash = "sha256:8ebae11405d7a5df79ab6fd54277f6f2bc29b2d002d0dd2d5c632594d1ddcedb"}, + {file = "responses-0.25.6-py3-none-any.whl", hash = "sha256:9cac8f21e1193bb150ec557875377e41ed56248aed94e4567ed644db564bacf1"}, + {file = "responses-0.25.6.tar.gz", hash = "sha256:eae7ce61a9603004e76c05691e7c389e59652d91e94b419623c12bbfb8e331d8"}, ] [package.dependencies] @@ -2729,7 +2729,7 @@ description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.9" groups = ["main"] -markers = "python_version == \"3.9\"" +markers = "python_version < \"3.10\"" files = [ {file = "zipp-3.23.0-py3-none-any.whl", hash = "sha256:071652d6115ed432f5ce1d34c336c0adfd6a884660d1e9712a256d3d3bd4b14e"}, {file = "zipp-3.23.0.tar.gz", hash = "sha256:a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166"}, @@ -2746,4 +2746,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "100029ee8a71d93edb9c27c41705a8b7246d8b8daa741c2be4dca45c5ec98b22" +content-hash = "d3904b4f06394d9cdb697c76c54a6ec90e6e7eb6c51a43d6e477b55386c25b7e" diff --git a/pyproject.toml b/pyproject.toml index 6f16d042c..5e23bf351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pre-commit = ">=4" prysk = { extras = ["pytest-plugin"], version = ">0.17.0,<1" } pydantic = "^2.11.5" pylint = ">=2.15.4" -pysonar = "^1.0.1.1548" +pysonar = "^1.1.0.2035" pytest = ">=7.2.2,<9" pyupgrade = ">=2.38.2,<4.0.0" shibuya = ">=2024.5.14"