Skip to content

Commit c4d2ddd

Browse files
committed
chore: update dependencies
1 parent ce16e68 commit c4d2ddd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bundled_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ click>=8.1.0
33
pluggy>=1.0.0
44
tomli>=2.0.0
55
tomli_w>=1.0.0
6-
platformdirs>=3.2.0,<4.3.0
6+
platformdirs>=3.2.0,<4.4.0
77
colorama>=0.4.6

packages/robot/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5+
56
[project]
67
name = "robotcode-robot"
78
description = 'Support classes for RobotCode for handling Robot Framework projects.'
@@ -28,7 +29,7 @@ classifiers = [
2829
dependencies = [
2930
"robotframework>=4.1.0",
3031
"tomli>=1.1.0; python_version < '3.11'",
31-
"platformdirs>=3.2.0,<4.2.0",
32+
"platformdirs>=3.2.0,<4.4.0",
3233
"robotcode-core==0.95.2",
3334
]
3435
dynamic = ["version"]

0 commit comments

Comments
 (0)