Skip to content

Commit 02c1bb3

Browse files
committed
chore: update some dependencies
closes #517 Signed-off-by: Daniel Biehl <dbiehl@live.de>
1 parent 72c291a commit 02c1bb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4.0
6+
platformdirs>=4.3.0
77
colorama>=0.4.6

packages/robot/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "robotcode-robot"
88
description = 'Support classes for RobotCode for handling Robot Framework projects.'
99
readme = { "file" = "README.md", "content-type" = "text/markdown" }
1010
requires-python = ">=3.8"
11-
license = {text = "Apache-2.0"}
11+
license = { text = "Apache-2.0" }
1212
keywords = []
1313
authors = [{ name = "Daniel Biehl", email = "dbiehl@live.de" }]
1414
classifiers = [
@@ -29,7 +29,7 @@ classifiers = [
2929
dependencies = [
3030
"robotframework>=4.1.0",
3131
"tomli>=1.1.0; python_version < '3.11'",
32-
"platformdirs>=3.2.0,<4.4.0",
32+
"platformdirs>=4.3",
3333
"robotcode-core==1.9.0",
3434
]
3535
dynamic = ["version"]

0 commit comments

Comments
 (0)