Skip to content

Commit 379da04

Browse files
Update patch-updates
1 parent a2aa928 commit 379da04

File tree

7 files changed

+60
-60
lines changed

7 files changed

+60
-60
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: pnpm/action-setup@v4
1616
with:
17-
version: 9.15.5
17+
version: 9.15.9
1818

1919
- name: Setup Node.js 20
2020
uses: actions/setup-node@v4

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@e2b/code-interpreter",
33
"version": "2.3.3",
4-
"packageManager": "pnpm@9.15.5",
4+
"packageManager": "pnpm@9.15.9",
55
"description": "E2B Code Interpreter - Stateful code execution",
66
"homepage": "https://e2b.dev",
77
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"format": "pnpm --if-present --recursive run format",
1010
"changeset": "pnpx @changesets/cli"
1111
},
12-
"packageManager": "pnpm@9.15.5",
12+
"packageManager": "pnpm@9.15.9",
1313
"devDependencies": {
1414
"@changesets/read": "^0.6.2",
1515
"changeset": "^0.2.6",

pnpm-lock.yaml

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

python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2b/code-interpreter-python",
33
"private": true,
44
"version": "2.4.1",
5-
"packageManager": "pnpm@9.15.5",
5+
"packageManager": "pnpm@9.15.9",
66
"scripts": {
77
"test": "poetry run pytest -n 4 --verbose -x",
88
"example": "poetry run python3 example.py",

template/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ jupyter-server==2.16.0
33
ipykernel==6.29.5
44
ipython==9.2.0
55

6-
orjson==3.11.5
6+
orjson==3.11.7
77
pandas==2.2.3
8-
matplotlib==3.10.3
8+
matplotlib==3.10.8
99
pillow==11.3.0
1010

1111
# Latest version for
@@ -16,10 +16,10 @@ aiohttp==3.13.3
1616
beautifulsoup4==4.13.4
1717
bokeh==3.8.2
1818
gensim==4.3.3 # unmaintained, blocking numpy and scipy bump
19-
imageio==2.37.0
20-
joblib==1.5.0
19+
imageio==2.37.2
20+
joblib==1.5.3
2121
librosa==0.11.0
22-
nltk==3.9.1
22+
nltk==3.9.2
2323
numpy==1.26.4 # bump blocked by gensim
2424
numba==0.61.2
2525
opencv-python==4.11.0.86
@@ -29,16 +29,16 @@ kaleido==1.0.0
2929
pytest==8.3.5
3030
python-docx==1.1.2
3131
pytz==2025.2
32-
requests==2.32.4
32+
requests==2.32.5
3333
scikit-image==0.25.2
3434
scikit-learn==1.6.1
3535
scipy==1.13.1 # bump blocked by gensim
3636
seaborn==0.13.2
3737
soundfile==0.13.1
38-
spacy==3.8.2 # doesn't work on 3.13.x
38+
spacy==3.8.11 # doesn't work on 3.13.x
3939
textblob==0.19.0
40-
tornado==6.5.1
40+
tornado==6.5.4
4141
urllib3==2.6.3
4242
xarray==2025.4.0
43-
xlrd==2.0.1
43+
xlrd==2.0.2
4444
sympy==1.14.0

template/server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ fastapi==0.111.0
22
httpx==0.27.0
33
websockets==12.0
44
uvicorn[standard]==0.30.1
5-
requests==2.32.4
5+
requests==2.32.5
66
pydantic==2.9.1

0 commit comments

Comments
 (0)