diff --git a/poetry/test_linux.sh b/poetry/test_linux.sh index 4e9bd0f05..96a1cb62a 100755 --- a/poetry/test_linux.sh +++ b/poetry/test_linux.sh @@ -20,7 +20,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.13.1" requests = "2.28.2" -mysqlclient = "2.2.1" +mysqlclient = "2.2.6" [build-system] requires = ["poetry-core"] @@ -36,7 +36,7 @@ Package operations: 6 installs, 0 updates, 0 removals - Installing charset-normalizer (3.4.1) - Installing idna (3.10) - Installing urllib3 (1.26.20) - - Installing mysqlclient (2.2.1) + - Installing mysqlclient (2.2.6) - Installing requests (2.28.2) Writing lock file' diff --git a/poetry/test_windows.sh b/poetry/test_windows.sh index f0108c66b..045b1d06a 100755 --- a/poetry/test_windows.sh +++ b/poetry/test_windows.sh @@ -16,7 +16,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.13.1" requests = "2.28.2" -mysqlclient = "2.2.1" +mysqlclient = "2.2.6" [build-system] requires = ["poetry-core"] @@ -26,7 +26,7 @@ build-backend = "poetry.core.masonry.api" poetry_install_stdout_etalon='Updating dependencies Resolving dependencies... -Package operations: 1 install, 0 updates, 0 removals +Package operations: 6 installs, 0 updates, 0 removals ' test_version() {