Update ecosystem checks for bokeh to 3.3 (#6249)

Bokeh 3.3 is planned for release this month
(https://github.com/bokeh/bokeh/issues/13207) and is their default
branch now
This commit is contained in:
Zanie Blue 2023-08-01 11:56:58 -05:00 committed by GitHub
parent 67b88803d8
commit 2e1754e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ class Repository(NamedTuple):
REPOSITORIES: list[Repository] = [
Repository("DisnakeDev", "disnake", "master"),
Repository("apache", "airflow", "main", select="ALL"),
Repository("bokeh", "bokeh", "branch-3.2", select="ALL"),
Repository("bokeh", "bokeh", "branch-3.3", select="ALL"),
Repository("pypa", "build", "main"),
Repository("pypa", "cibuildwheel", "main"),
Repository("pypa", "pip", "main"),