Skip to content

Commit a9072d9

Browse files
authored
Merge pull request #46 from tdhopper/dependabot/uv/python-dependencies-e14765c9d0
2 parents 4b231ab + 52036e5 commit a9072d9

2 files changed

Lines changed: 70 additions & 63 deletions

File tree

‎pyproject.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"pandas>=2.0",
1616

1717
# Plotting libraries
18-
"matplotlib>=3.7",
18+
"matplotlib>=3.11.2",
1919
"seaborn>=0.13",
2020
"plotnine>=0.15.8",
2121
"lets-plot>=4.11",
@@ -27,7 +27,7 @@ dependencies = [
2727
# Image rendering
2828
"kaleido>=1.4.0", # v1+ requires Chrome
2929
"pillow>=10.0",
30-
"selenium>=4.48.0", # Required for Bokeh PNG export
30+
"selenium>=4.49.0", # Required for Bokeh PNG export
3131

3232
# Statistical tools
3333
"statsmodels>=0.15.0",
@@ -47,7 +47,7 @@ dependencies = [
4747
"simplegeneric>=0.8",
4848

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

5252
# Testing
5353
"pytest>=7.4",

0 commit comments

Comments
 (0)