Skip to content

Commit

Permalink
chore: update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Jan 12, 2022
1 parent 09392ea commit 52c79b1
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 169 deletions.
2 changes: 1 addition & 1 deletion apps/librelingo_json_export/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python-slugify = "^4.0.1"
librelingo-yaml-loader = "^1.0.0"
editdistance = "^0.6.0"
hunspell = { version = "^0.5.5", optional = true }
click = ">=7.0.0,<8.0.0"
click = ">=7.0.0,<8.0.4"

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
Expand Down
8 changes: 5 additions & 3 deletions apps/librelingo_yaml_loader/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<a name="librelingo_yaml_loader.yaml_loader"></a>
<a id="librelingo_yaml_loader.yaml_loader"></a>

# librelingo\_yaml\_loader.yaml\_loader

<a name="librelingo_yaml_loader.yaml_loader.load_course"></a>
<a id="librelingo_yaml_loader.yaml_loader.load_course"></a>

#### load\_course

```python
load_course(path)
def load_course(path)
```

Load a YAML-based course into a Course() object
Expand Down
4 changes: 2 additions & 2 deletions apps/librelingo_yaml_loader/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.8"
pyfakefs = "^4.3.3"
pyyaml = "^5.3.1"
snapshottest = "^0.6.0"
click = "^7.1.2"
click = "^8.0.0"
librelingo-types = "^3.0.0"
Markdown = "^3.3.4"
html2markdown = "^0.1.7"
Expand All @@ -24,7 +24,7 @@ pytest-watch = "^4.2.0"
pylint = "^2.6.0"
pytest-mock = "^3.5.0"
librelingo-fakes = "^3.0.0"
pydoc-markdown = "^3.10.0"
pydoc-markdown = ">=4.0.0,<5.0.0"


[tool.poetry.extras]
Expand Down
Loading

0 comments on commit 52c79b1

Please sign in to comment.