Skip to content

Commit 3cec8c4

Browse files
committed
Update lockfile to explicitly use python 3.7.12
1 parent 165bafd commit 3cec8c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ license = "MIT"
1313

1414

1515
[tool.poetry.dependencies]
16-
python = "^3.7"
16+
python = "3.7.12"
1717
requests = "~2"
1818
tqdm = "~4"
1919
ipywidgets = "~7"
2020
ipython = "*"
2121
ibm-cos-sdk = {version = "~2", optional = true}
22-
typing-extensions = {version = "*", python = "^3.5", optional = true}
22+
typing-extensions = {version = "*", python = "^3.7.12", optional = true}
2323
# Sphinx documentation dependencies
2424
Sphinx = { version = "~4", optional = true }
2525
sphinx-autodoc-typehints = { version = "~1", optional = true }

0 commit comments

Comments
 (0)