Skip to content

Commit 0e0dd93

Browse files
committed
updated pyproject to required python > 3,8
1 parent 496374c commit 0e0dd93

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

poetry.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/owasp-sbot/OSBot-AWS"
99
repository = "https://github.com/owasp-sbot/OSBot-AWS"
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.7"
12+
python = "^3.9"
1313
boto3 = "*"
1414
osbot-utils = "*"
1515

0 commit comments

Comments
 (0)