Skip to content

Commit c36a628

Browse files
Fix requests compatibility
applying changes from doccano#159
1 parent cbe5036 commit c36a628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spacy = { version = "^3.4.1", optional = true }
2525
spacy-partial-tagger = { version = "^0.9.1", optional = true }
2626
tqdm = { version = "^4.64.1", optional = true }
2727
pydantic = "^1.9.2"
28-
requests-toolbelt = "^0.9.1"
28+
requests-toolbelt = "^1.0.0"
2929
ffmpeg-python = { version = "^0.2.0", optional = true }
3030
seqal = { version = "^0.3.4", optional = true }
3131
pandas = { version = "^1.5.1", optional = true }
@@ -45,7 +45,7 @@ taskipy = "^1.10.3"
4545
mkdocs = "^1.3.1"
4646
mkdocs-material = "^8.5.3"
4747
mkdocs-same-dir = "^0.1.1"
48-
vcrpy = "^4.2.1"
48+
vcrpy = "^4.4.0"
4949
mkdocstrings = {extras = ["python", "crystal"], version = "^0.19.0"}
5050

5151
[tool.poetry.extras]

0 commit comments

Comments
 (0)