Fix urllib3

This commit is contained in:
Gabriel Augendre 2021-12-19 15:00:39 +01:00
parent d9d0b5cf56
commit c45cafeba1
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@ -426,8 +426,8 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)",
[metadata]
lock-version = "1.1"
python-versions = ">=3.8"
content-hash = "ca49c4157e4eedcabc694d68bc73b69d02a2d2a25e0c3987bd1b9771872ac3e7"
python-versions = ">=3.8,<4"
content-hash = "3d4fcfc0be0a68eb969e9fbddeb4267e5a74b0fdfd9a1004bc928a893ccb37e8"
[metadata.files]
atomicwrites = [

View File

@ -17,7 +17,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.8,<4"
"Mastodon.py" = ">=1.5.0"
click = ">=7.0"
pendulum = ">=2.0.5"