File tree Expand file tree Collapse file tree 8 files changed +28
-11
lines changed Expand file tree Collapse file tree 8 files changed +28
-11
lines changed Original file line number Diff line number Diff line change 99cogapp
1010doc8
1111pyenchant
12+ scriv
1213sphinx
1314sphinx-autobuild
1415sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -6,14 +6,21 @@ anyio==4.9.0
66 # via
77 # starlette
88 # watchfiles
9+ attrs==25.3.0
10+ # via scriv
911babel==2.17.0
1012 # via sphinx
1113certifi==2025.4.26
1214 # via requests
1315charset-normalizer==3.4.2
1416 # via requests
15- click==8.2.0
16- # via uvicorn
17+ click==8.2.1
18+ # via
19+ # click-log
20+ # scriv
21+ # uvicorn
22+ click-log==0.4.0
23+ # via scriv
1724cogapp==3.4.1
1825 # via -r doc/requirements.in
1926colorama==0.4.6
@@ -35,9 +42,15 @@ idna==3.10
3542imagesize==1.4.1
3643 # via sphinx
3744jinja2==3.1.6
38- # via sphinx
45+ # via
46+ # scriv
47+ # sphinx
48+ markdown-it-py==3.0.0
49+ # via scriv
3950markupsafe==3.0.2
4051 # via jinja2
52+ mdurl==0.1.2
53+ # via markdown-it-py
4154packaging==25.0
4255 # via sphinx
4356pbr==6.1.1
@@ -56,13 +69,16 @@ regex==2024.11.6
5669 # via sphinx-lint
5770requests==2.32.3
5871 # via
72+ # scriv
5973 # sphinx
6074 # sphinxcontrib-spelling
6175restructuredtext-lint==1.4.0
6276 # via doc8
6377roman-numerals-py==3.1.0
6478 # via sphinx
65- setuptools==80.7.1
79+ scriv==1.7.0
80+ # via -r doc/requirements.in
81+ setuptools==80.8.0
6682 # via pbr
6783sniffio==1.3.1
6884 # via anyio
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ flaky==3.8.1
5353 # via -r requirements/pytest.in
5454greenlet==3.2.2
5555 # via -r requirements/dev.in
56- hypothesis==6.131.18
56+ hypothesis==6.131.21
5757 # via -r requirements/pytest.in
5858id==1.5.0
5959 # via twine
@@ -158,7 +158,7 @@ rich==14.0.0
158158 # via twine
159159scriv==1.7.0
160160 # via -r requirements/dev.in
161- setuptools==80.7.1
161+ setuptools==80.8.0
162162 # via
163163 # -r requirements/pip.in
164164 # check-manifest
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ rfc3986==2.0.0
8383 # via twine
8484rich==14.0.0
8585 # via twine
86- setuptools==80.7.1
86+ setuptools==80.8.0
8787 # via -r requirements/kit.in
8888tomli==2.2.1
8989 # via
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ greenlet==3.2.2
1515 # gevent
1616pycparser==2.22
1717 # via cffi
18- setuptools==80.7.1
18+ setuptools==80.8.0
1919 # via
2020 # zope-event
2121 # zope-interface
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ execnet==2.1.1
1212 # via pytest-xdist
1313flaky==3.8.1
1414 # via -r requirements/pytest.in
15- hypothesis==6.131.18
15+ hypothesis==6.131.21
1616 # via -r requirements/pytest.in
1717iniconfig==2.1.0
1818 # via pytest
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pip==25.1.1
88 # via -r requirements/pip.in
99platformdirs==4.3.8
1010 # via virtualenv
11- setuptools==80.7.1
11+ setuptools==80.8.0
1212 # via -r requirements/pip.in
1313virtualenv==20.31.2
1414 # via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ execnet==2.1.1
1212 # via pytest-xdist
1313flaky==3.8.1
1414 # via -r requirements/pytest.in
15- hypothesis==6.131.18
15+ hypothesis==6.131.21
1616 # via -r requirements/pytest.in
1717iniconfig==2.1.0
1818 # via pytest
You can’t perform that action at this time.
0 commit comments