File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,31 +10,31 @@ requires-python = ">=3.11"
1010keywords = [" conlang" , " conlanging" ]
1111license = { text = " BSD 3-Clause License" }
1212dependencies = [
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]
2525dynamic = [" version" ]
2626
2727[project .optional-dependencies ]
2828test = [
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
You can’t perform that action at this time.
0 commit comments