Skip to content

Commit a889365

Browse files
committed
update dependencies
1 parent 428e946 commit a889365

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@ requires-python = ">=3.11"
1010
keywords = ["conlang", "conlanging"]
1111
license = { text = "BSD 3-Clause License" }
1212
dependencies = [
13-
"Markdown==3.4.1",
13+
"Markdown==3.4.4",
1414
"mdx-include==1.4.2",
15-
"pymdown-extensions==9.9.2",
16-
"prompt-toolkit==3.0.30",
17-
"watchdog==2.1.9",
18-
"click==8.1.3",
15+
"pymdown-extensions==10.3",
16+
"prompt-toolkit==3.0.39",
17+
"watchdog==2.3.1",
18+
"click==8.1.7",
1919
"toml==0.10.2",
20-
"unidecode==1.3.4",
21-
"wcwidth==0.2.5",
22-
"dataclasses-json==0.5.8",
20+
"unidecode==1.3.6",
21+
"wcwidth==0.2.6",
22+
"dataclasses-json==0.6.0",
2323
"pyrsercomb@git+https://github.com/neta-elad/pyrsercomb",
2424
]
2525
dynamic = ["version"]
2626

2727
[project.optional-dependencies]
2828
test = [
29-
"mypy==1.1.1",
30-
"types-Markdown==3.4.2.5",
31-
"types-toml==0.10.8.5",
32-
"black==23.1.0",
29+
"mypy==1.5.1",
30+
"types-Markdown==3.4.2.10",
31+
"types-toml==0.10.8.7",
32+
"black==23.9.1",
3333
"isort==5.12.0",
34-
"autoflake==2.0.2",
35-
"pytest==7.2.2",
34+
"autoflake==2.2.1",
35+
"pytest==7.4.2",
3636
"pytest-cov==4.1.0",
37-
"vulture==2.7",
37+
"vulture==2.9.1",
3838
"pytest-xdist==3.3.1",
3939
]
4040

0 commit comments

Comments
 (0)