Fix urllib3
This commit is contained in:
parent
d9d0b5cf56
commit
c45cafeba1
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -426,8 +426,8 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)",
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8,<4"
|
||||||
content-hash = "ca49c4157e4eedcabc694d68bc73b69d02a2d2a25e0c3987bd1b9771872ac3e7"
|
content-hash = "3d4fcfc0be0a68eb969e9fbddeb4267e5a74b0fdfd9a1004bc928a893ccb37e8"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
atomicwrites = [
|
atomicwrites = [
|
||||||
|
|
|
@ -17,7 +17,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8"
|
python = ">=3.8,<4"
|
||||||
"Mastodon.py" = ">=1.5.0"
|
"Mastodon.py" = ">=1.5.0"
|
||||||
click = ">=7.0"
|
click = ">=7.0"
|
||||||
pendulum = ">=2.0.5"
|
pendulum = ">=2.0.5"
|
||||||
|
|
Loading…
Reference in a new issue