Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit b47eed2

Browse files
committed
Loosen tomli and requests version requirements
1 parent 10276f7 commit b47eed2

File tree

2 files changed

+37
-114
lines changed

2 files changed

+37
-114
lines changed

poetry.lock

Lines changed: 35 additions & 112 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
@@ -28,9 +28,9 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.7"
31-
tomli = "^2.0.0"
31+
tomli = "*"
3232
marshmallow = "^3.14.1"
33-
requests = "^2.27.1"
33+
requests = "*"
3434

3535
[tool.poetry.dev-dependencies]
3636
black = "^21.6b0"

0 commit comments

Comments
 (0)