Skip to content

Commit f8b1f73

Browse files
Bump nicegui[plotly] from 2.24.2 to 3.4.1 (finos#472)
Bumps [nicegui[plotly]](https://github.com/zauberzeug/nicegui) from 2.24.2 to 3.4.1. - [Release notes](https://github.com/zauberzeug/nicegui/releases) - [Changelog](https://github.com/zauberzeug/nicegui/blob/main/release.dockerfile) - [Commits](zauberzeug/nicegui@v2.24.2...v3.4.1) --- updated-dependencies: - dependency-name: nicegui[plotly] dependency-version: 3.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sharpener6 <1sc2l4qi@duck.com>
1 parent d65c188 commit f8b1f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uvloop = [
3939
]
4040
gui = [
4141
"nicegui[plotly]==2.24.2; python_version == '3.8'",
42-
"nicegui[plotly]==3.4.0; python_version >= '3.9'",
42+
"nicegui[plotly]==3.4.1; python_version >= '3.9'",
4343
]
4444
graphblas = [
4545
"python-graphblas",
@@ -52,7 +52,7 @@ aws = [
5252
]
5353
all = [
5454
"nicegui[plotly]==2.24.2; python_version == '3.8'",
55-
"nicegui[plotly]==3.4.0; python_version >= '3.9'",
55+
"nicegui[plotly]==3.4.1; python_version >= '3.9'",
5656
"python-graphblas",
5757
"numpy==1.24.4; python_version == '3.8'",
5858
"numpy==2.0.2; python_version == '3.9'",

0 commit comments

Comments
 (0)