Skip to content

Commit bb19229

Browse files
deps(python): Bump the python-minor group across 1 directory with 6 updates
Bumps the python-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.1` | `0.136.3` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.103.1` | `0.104.1` | | [cachetools](https://github.com/tkem/cachetools) | `7.1.3` | `7.1.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.14` | | [lets-plot](https://github.com/JetBrains/lets-plot) | `4.9.0` | `4.10.1` | Updates `fastapi` from 0.136.1 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.1...0.136.3) Updates `anthropic` from 0.103.1 to 0.104.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.103.1...v0.104.1) Updates `cachetools` from 7.1.3 to 7.1.4 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.1.3...v7.1.4) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `ruff` from 0.15.13 to 0.15.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.14) Updates `lets-plot` from 4.9.0 to 4.10.1 - [Release notes](https://github.com/JetBrains/lets-plot/releases) - [Changelog](https://github.com/JetBrains/lets-plot/blob/master/CHANGELOG.md) - [Commits](JetBrains/lets-plot@v4.9.0...v4.10.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: anthropic dependency-version: 0.104.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: lets-plot dependency-version: 4.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee764f4 commit bb19229

2 files changed

Lines changed: 63 additions & 63 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = [
1616

1717
dependencies = [
1818
# Core Framework
19-
"fastapi>=0.136.1",
19+
"fastapi>=0.136.3",
2020
"uvicorn[standard]>=0.47.0",
2121
# MCP Server
2222
"mcp>=1.27.1",
@@ -36,7 +36,7 @@ dependencies = [
3636
"scikit-learn>=1.6.0",
3737
"statsmodels>=0.14.0",
3838
# AI & Cloud
39-
"anthropic>=0.103.1",
39+
"anthropic>=0.104.1",
4040
"google-cloud-storage>=3.0.0",
4141
# Image Processing
4242
"pillow>=11.0.0",
@@ -49,7 +49,7 @@ dependencies = [
4949
"python-dotenv>=1.0.0",
5050
"pandas-stubs>=2.3.0",
5151
# Caching
52-
"cachetools>=7.1.3",
52+
"cachetools>=7.1.4",
5353
# Auth — Cloudflare Access JWT verification on /debug/*
5454
"pyjwt[crypto]>=2.12.1",
5555
]
@@ -58,12 +58,12 @@ dependencies = [
5858
test = [
5959
"pytest>=8.4.0",
6060
"pytest-cov>=6.2.1",
61-
"pytest-asyncio>=1.0.0",
61+
"pytest-asyncio>=1.4.0",
6262
"httpx>=0.28.0", # For testing FastAPI
6363
"aiosqlite>=0.20.0", # SQLite async driver for integration tests
6464
]
6565
dev = [
66-
"ruff>=0.15.13",
66+
"ruff>=0.15.14",
6767
"pre-commit>=4.6.0",
6868
]
6969
typecheck = [
@@ -78,7 +78,7 @@ plotting = [
7878
"plotnine>=0.15.4",
7979
"pygal>=3.0.0",
8080
"highcharts-core>=1.11.0",
81-
"lets-plot>=4.6.0",
81+
"lets-plot>=4.10.1",
8282
# PNG export dependencies
8383
"vl-convert-python>=1.7.0", # altair PNG export
8484
"kaleido>=1.3.0", # plotly PNG export
@@ -99,7 +99,7 @@ lib-altair = ["altair>=6.1.0", "vl-convert-python>=1.7.0", "numpy>=2.4.6", "pand
9999
lib-plotnine = ["plotnine>=0.15.4", "numpy>=2.4.6", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
100100
lib-pygal = ["pygal>=3.0.0", "cairosvg>=2.7.0", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
101101
lib-highcharts = ["highcharts-core>=1.11.0", "numpy>=2.4.6", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0", "selenium>=4.44.0", "webdriver-manager>=4.1.1"]
102-
lib-letsplot = ["lets-plot>=4.6.0", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
102+
lib-letsplot = ["lets-plot>=4.10.1", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
103103
all = [
104104
"anyplot[test,dev,plotting,typecheck]",
105105
]

0 commit comments

Comments
 (0)