From c4d2ddd271ce4fbb4ccae2e9d0f0a0925559b5e3 Mon Sep 17 00:00:00 2001 From: Daniel Biehl Date: Mon, 4 Nov 2024 13:24:54 +0100 Subject: [PATCH] chore: update dependencies --- bundled_requirements.txt | 2 +- packages/robot/pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bundled_requirements.txt b/bundled_requirements.txt index dfa2a908..cc02961a 100644 --- a/bundled_requirements.txt +++ b/bundled_requirements.txt @@ -3,5 +3,5 @@ click>=8.1.0 pluggy>=1.0.0 tomli>=2.0.0 tomli_w>=1.0.0 -platformdirs>=3.2.0,<4.3.0 +platformdirs>=3.2.0,<4.4.0 colorama>=0.4.6 diff --git a/packages/robot/pyproject.toml b/packages/robot/pyproject.toml index 367a8d99..1ff7fce8 100644 --- a/packages/robot/pyproject.toml +++ b/packages/robot/pyproject.toml @@ -2,6 +2,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" + [project] name = "robotcode-robot" description = 'Support classes for RobotCode for handling Robot Framework projects.' @@ -28,7 +29,7 @@ classifiers = [ dependencies = [ "robotframework>=4.1.0", "tomli>=1.1.0; python_version < '3.11'", - "platformdirs>=3.2.0,<4.2.0", + "platformdirs>=3.2.0,<4.4.0", "robotcode-core==0.95.2", ] dynamic = ["version"]