Skip to content

Commit 385664a

Browse files
authored
Merge pull request #12 from tibordp/patch-1
Unpin certifi dependency
2 parents 3c4ba78 + f8f1922 commit 385664a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616

1717
[tool.poetry.dependencies]
1818
python = ">=3.4"
19-
certifi = "^2022.12.7"
19+
certifi = ">=2022.12.7"
2020
six = "^1.10"
2121
python_dateutil = "^2.8.1"
2222
urllib3 = "^1.15.1"

0 commit comments

Comments
 (0)