Skip to content

Commit b70b59c

Browse files
authored
Merge pull request #1471 from Anselmoo/dependabot/pip/python-pptx-1.0.0
2 parents 4c3cec3 + 0f0c721 commit b70b59c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dash-bootstrap-templates = [
8686
{ version = "<=1.1.2", markers = "python_version < '3.10'" },
8787
{ version = "^1.2.0", markers = "python_version >= '3.10'" },
8888
]
89-
python-pptx = { version = "^0.6.22", optional = true }
89+
python-pptx = { version = ">=0.6.22,<1.1.0", optional = true }
9090

9191
[tool.poetry.group.dev.dependencies]
9292
pylint = "^2.16.1"

0 commit comments

Comments
 (0)