Skip to content

Commit 9955527

Browse files
Bump the python-dependencies group with 5 updates
Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [ipython](https://github.com/ipython/ipython) | `9.16.1` | `9.17.0` | | [plotly](https://github.com/plotly/plotly.py) | `6.9.0` | `7.0.0` | | [selenium](https://github.com/SeleniumHQ/Selenium) | `4.47.0` | `4.48.0` | | [statsmodels](https://github.com/statsmodels/statsmodels) | `0.14.6` | `0.15.0` | | [boto3](https://github.com/boto/boto3) | `1.43.78` | `1.43.83` | Updates `ipython` from 9.16.1 to 9.17.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.16.1...9.17.0) Updates `plotly` from 6.9.0 to 7.0.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v6.9.0...v7.0.0) Updates `selenium` from 4.47.0 to 4.48.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.47.0...selenium-4.48.0) Updates `statsmodels` from 0.14.6 to 0.15.0 - [Release notes](https://github.com/statsmodels/statsmodels/releases) - [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md) - [Commits](statsmodels/statsmodels@v0.14.6...v0.15.0) Updates `boto3` from 1.43.78 to 1.43.83 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.78...1.43.83) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: plotly dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: selenium dependency-version: 4.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: statsmodels dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.83 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bd8f07 commit 9955527

2 files changed

Lines changed: 216 additions & 64 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77

88
dependencies = [
99
# Core Jupyter/IPython
10-
"ipython>=8.12",
10+
"ipython>=9.17.0",
1111
"notebook>=7.6.2",
1212
"jupyter>=1.0",
1313

@@ -19,18 +19,18 @@ dependencies = [
1919
"seaborn>=0.13",
2020
"plotnine>=0.15.8",
2121
"lets-plot>=4.11",
22-
"plotly>=5.24",
22+
"plotly>=7.0.0",
2323
"altair>=5.0",
2424
"vl-convert-python>=1.0", # Required for Altair PNG export
2525
"hvplot>=0.12", # Bokeh via the pandas .hvplot accessor
2626

2727
# Image rendering
2828
"kaleido>=1.0", # v1+ requires Chrome
2929
"pillow>=10.0",
30-
"selenium>=4.47.0", # Required for Bokeh PNG export
30+
"selenium>=4.48.0", # Required for Bokeh PNG export
3131

3232
# Statistical tools
33-
"statsmodels>=0.14.6",
33+
"statsmodels>=0.15.0",
3434
"scikit-misc>=0.3",
3535

3636
# R integration
@@ -47,7 +47,7 @@ dependencies = [
4747
"simplegeneric>=0.8",
4848

4949
# Cloud (if needed for deployment)
50-
"boto3>=1.43.78",
50+
"boto3>=1.43.83",
5151

5252
# Testing
5353
"pytest>=7.4",

0 commit comments

Comments
 (0)