Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Nov 4, 2024
1 parent ce16e68 commit c4d2ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundled_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion packages/robot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
requires = ["hatchling"]
build-backend = "hatchling.build"


[project]
name = "robotcode-robot"
description = 'Support classes for RobotCode for handling Robot Framework projects.'
Expand All @@ -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"]
Expand Down

0 comments on commit c4d2ddd

Please sign in to comment.