Skip to content

Commit 87cd8d6

Browse files
authored
Merge pull request #41 from tdhopper/dependabot/uv/python-dependencies-81ef5e1436
2 parents cfbd477 + 46818f0 commit 87cd8d6

2 files changed

Lines changed: 68 additions & 65 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires-python = ">=3.11"
88
dependencies = [
99
# Core Jupyter/IPython
1010
"ipython>=8.12",
11-
"notebook>=7.0",
11+
"notebook>=7.6.2",
1212
"jupyter>=1.0",
1313

1414
# Data manipulation
@@ -17,7 +17,7 @@ dependencies = [
1717
# Plotting libraries
1818
"matplotlib>=3.7",
1919
"seaborn>=0.13",
20-
"plotnine>=0.15.7",
20+
"plotnine>=0.15.8",
2121
"lets-plot>=4.11",
2222
"plotly>=5.24",
2323
"altair>=5.0",
@@ -27,10 +27,10 @@ dependencies = [
2727
# Image rendering
2828
"kaleido>=1.0", # v1+ requires Chrome
2929
"pillow>=10.0",
30-
"selenium>=4.11", # Required for Bokeh PNG export
30+
"selenium>=4.47.0", # Required for Bokeh PNG export
3131

3232
# Statistical tools
33-
"statsmodels>=0.14",
33+
"statsmodels>=0.14.6",
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.67",
50+
"boto3>=1.43.72",
5151

5252
# Testing
5353
"pytest>=7.4",

uv.lock

Lines changed: 63 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)