File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ click>=8.1.0
33pluggy>=1.0.0
44tomli>=2.0.0
55tomli_w>=1.0.0
6- platformdirs>=3.2.0,<4.4 .0
6+ platformdirs>=4.3 .0
77colorama>=0.4.6
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "robotcode-robot"
88description = ' Support classes for RobotCode for handling Robot Framework projects.'
99readme = { "file" = " README.md" , "content-type" = " text/markdown" }
1010requires-python = " >=3.8"
11- license = {text = " Apache-2.0" }
11+ license = { text = " Apache-2.0" }
1212keywords = []
1313authors = [{ name = " Daniel Biehl" , email = " dbiehl@live.de" }]
1414classifiers = [
@@ -29,7 +29,7 @@ classifiers = [
2929dependencies = [
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]
3535dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments