Skip to content

Commit 6ab6114

Browse files
committed
Update doc build dependencies
1 parent a2429fb commit 6ab6114

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
alabaster==0.7.12; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
22
atomicwrites==1.4.0; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.4.0"
33
attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
4-
babel==2.9.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
4+
babel==2.10.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
55
black==22.3.0; python_full_version >= "3.6.2"
6-
blockfrost-python==0.4.3; python_version >= "3.7" and python_version < "4"
6+
blockfrost-python==0.4.4; python_version >= "3.7" and python_version < "4"
77
cbor2==5.4.2.post1; python_version >= "3.6"
88
certifi==2021.10.8; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
99
cffi==1.15.0; python_version >= "3.6"
@@ -23,7 +23,7 @@ isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
2323
itsdangerous==2.1.2; python_version >= "3.7"
2424
jinja2==3.1.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
2525
markupsafe==2.1.1; python_version >= "3.7"
26-
mccabe==0.7.0; python_version >= "3.6"
26+
mccabe==0.6.1; python_version >= "3.6"
2727
mypy-extensions==0.4.3; python_full_version >= "3.6.2"
2828
packaging==21.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
2929
pathspec==0.9.0; python_full_version >= "3.6.2"
@@ -33,12 +33,12 @@ py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_
3333
pycodestyle==2.8.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
3434
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
3535
pyflakes==2.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
36-
pygments==2.11.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
36+
pygments==2.12.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
3737
pynacl==1.5.0; python_version >= "3.6"
3838
pyparsing==3.0.8; python_full_version >= "3.6.8" and python_version >= "3.7"
3939
pytest-cov==3.0.0; python_version >= "3.6"
40-
pytest==7.1.1; python_version >= "3.7"
41-
pytz==2022.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
40+
pytest==7.1.2; python_version >= "3.7"
41+
pytz==2022.1; python_version >= "3.6"
4242
requests==2.27.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
4343
retry==0.9.2
4444
snowballstemmer==2.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
@@ -52,9 +52,9 @@ sphinxcontrib-jsmath==1.0.1; python_version >= "3.6" and python_full_version < "
5252
sphinxcontrib-qthelp==1.0.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
5353
sphinxcontrib-serializinghtml==1.1.5; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
5454
tomli==2.0.1; python_version < "3.11" and python_full_version >= "3.6.2" and python_version >= "3.7"
55-
typed-ast==1.5.2; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" and python_version >= "3.6"
55+
typed-ast==1.5.3; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" and python_version >= "3.6"
5656
typeguard==2.13.3; python_full_version >= "3.5.3"
57-
typing-extensions==4.1.1; python_version < "3.8" and python_full_version >= "3.6.2" and python_version >= "3.7"
57+
typing-extensions==4.2.0; python_version < "3.8" and python_full_version >= "3.6.2" and python_version >= "3.7"
5858
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
5959
websocket-client==1.3.2; python_version >= "3.7"
6060
werkzeug==2.1.1; python_version >= "3.7"

0 commit comments

Comments
 (0)