From 59ce0fa84af130e34ba3c43c7764abc16a3f9960 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 19 Sep 2024 23:54:05 +0200 Subject: [PATCH] Bumped dependencies. --- doc/requirements.txt | 2 +- pyproject.toml | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index faf4989..ff21b75 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ -r ../requirements.txt -pyTooling ~= 6.5 +pyTooling ~= 6.6 # Enforce latest version on ReadTheDocs sphinx ~= 7.4 diff --git a/pyproject.toml b/pyproject.toml index 1ac9eaf..b32a0f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [build-system] requires = [ - "setuptools ~= 74.1", + "setuptools ~= 75.1", "wheel ~= 0.44", - "pyTooling ~= 6.5" + "pyTooling ~= 6.6" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 6c78340..96da06b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling ~= 6.5 +pyTooling ~= 6.6