Skip to content

Commit f08a38b

Browse files
committed
Update python version requirement for urllib3
1 parent b2acc75 commit f08a38b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

Lines changed: 7 additions & 6 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
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434

3535
[tool.poetry.dependencies]
36-
python = ">=3.6"
36+
python = "^3.6"
3737
dataclasses = {version = "*", python = "~3.6"}
3838
dictpath = "*"
3939
django = {version = ">=3.0", optional = true}

0 commit comments

Comments
 (0)