Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ dependencies = [
dev = [
"readalongs[api]",
"gitlint-core>=0.17.0",
"httpx>=0.24.1",
"httpx>=0.24.1", # for testing with starlette<1.2
"httpx2", # for testing with starlette>=1.2
"pep440>=0.1.2",
"prek",
"pytest",
Expand Down
4 changes: 2 additions & 2 deletions readalongs/text/bundle.css

Large diffs are not rendered by default.

34 changes: 12 additions & 22 deletions readalongs/text/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion readalongs/text/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# too many times, so define it anyway.
unicode = str
# TODO: auto sync with web component major and minor releases
CURRENT_WEB_APP_VERSION = "1.5.x"
CURRENT_WEB_APP_VERSION = "1.6.x"


def ensure_dirs(path):
Expand Down
Loading