diff --git a/introspection/poetry.lock b/introspection/poetry.lock index abc288e..bd366aa 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.6" +content-hash = "be7a46da7d97e39d8940501915b9bf6949762a41ae3b3fbbcddc7a101129b65a" [metadata.files] attrs = [ diff --git a/introspection/pyproject.toml b/introspection/pyproject.toml index 8f19c29..e5d0475 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.6" migra = {extras = ["pg"], version = "^3.0.1663481299"} [tool.poetry.group.dev.dependencies]