From 3a697e3062b1fd54bf177f1b374fa7486858d635 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Sat, 20 Dec 2025 14:06:48 +0500 Subject: [PATCH] dependabot - track Python tools versions --- .github/dependabot.yml | 4 ++++ pyproject.toml | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d98ca21fc..52f63cb5d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" diff --git a/pyproject.toml b/pyproject.toml index 801d034d4e..8df2bb8091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,13 @@ +[project] +name = "IfcOpenShell" +version = "0.0.0" +dependencies = [ + "black==25.12", + "ruff==0.14.10", + "poethepoet", + "gersemi==0.24", +] + [tool.black] line-length = 120 include = '''