diff --git a/introspection/poetry.lock b/introspection/poetry.lock index abc288e5..8d268f66 100644 --- a/introspection/poetry.lock +++ b/introspection/poetry.lock @@ -254,8 +254,8 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [metadata] lock-version = "1.1" -python-versions = "3.11" -content-hash = "d257f7fe32a37782da6205b19af28aadbca52a1f4568fcd1e74dc00641be7a34" +python-versions = "3.12.0" +content-hash = "9e298da9a408a6c774817c3959ad8e068a29f8364899a7b255e840b4f72efede" [metadata.files] attrs = [ diff --git a/introspection/pyproject.toml b/introspection/pyproject.toml index 8f19c29a..62736590 100644 --- a/introspection/pyproject.toml +++ b/introspection/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "3.11" +python = "3.12.0" migra = {extras = ["pg"], version = "^3.0.1663481299"} [tool.poetry.group.dev.dependencies]