Skip to content

Commit 4048151

Browse files
APM-6129-DependabotPythonIssueFix
1 parent 3ad2c63 commit 4048151

File tree

2 files changed

+47
-39
lines changed

2 files changed

+47
-39
lines changed

poetry.lock

Lines changed: 46 additions & 38 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
@@ -7,7 +7,7 @@ license = "MIT"
77
package-mode = false
88

99
[tool.poetry.dependencies]
10-
python = ">=3.9,<4.0"
10+
python = "^3.9.5"
1111
docopt = "^0.6.2"
1212
jinja2 = "^3.1.2"
1313
requests = "^2.23.0"

0 commit comments

Comments
 (0)