diff --git a/poetry.lock b/poetry.lock index 0f8790c..ca4c7ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "alabaster" @@ -936,14 +936,14 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[package]] name = "scaleway" -version = "0.11.0" +version = "0.12.0" description = "Scaleway SDK for Python" category = "main" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "scaleway-0.11.0-py3-none-any.whl", hash = "sha256:de2bd3d75844777af65891572fb5dcbcdda6b35a1d85fb4b33e9ae810c98d99b"}, - {file = "scaleway-0.11.0.tar.gz", hash = "sha256:65b44a0e3163ef954426eccd971a816da574a631bf02a76551552a26946284d1"}, + {file = "scaleway-0.12.0-py3-none-any.whl", hash = "sha256:7fa1a67173424f172c8fc6e555dd8b3aee2807d8aaf7efceb164877050022886"}, + {file = "scaleway-0.12.0.tar.gz", hash = "sha256:76ec8d95d1972727c25070f5f2aaa1ca46aa411090d007b5b8aa39f449f00544"}, ] [package.dependencies] @@ -1363,4 +1363,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d3d86dfaaa142ba4d482dd634730603f54a1297a20da0e2eae3e2a60069055a3" +content-hash = "53d7e9d97e1332183478de718f191bdc7c075ef709f05b6c382faaedbad0bc47" diff --git a/pyproject.toml b/pyproject.toml index e246d71..ea20b54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ scw-serverless = "scw_serverless.cli:cli" [tool.poetry.dependencies] python = "^3.9" click = "^8.1.3" -scaleway = ">=0.7,<0.12" +scaleway = ">=0.7,<0.13" requests = "^2.28.2" typing-extensions = { version = "^4.4.0", python = "<3.11" }