From 91440f60fe3c22ff881c4972f3d0579de113b8d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:25:10 +0000 Subject: [PATCH] Update patch-updates --- .github/workflows/js_tests.yml | 2 +- python/poetry.lock | 6 +++--- template/requirements-dev.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/js_tests.yml b/.github/workflows/js_tests.yml index 395c7c52..a7a328fe 100644 --- a/.github/workflows/js_tests.yml +++ b/.github/workflows/js_tests.yml @@ -62,7 +62,7 @@ jobs: - name: Install Bun uses: oven-sh/setup-bun@v2 with: - bun-version: 1.3.10 + bun-version: 1.3.11 - name: Run Bun tests run: pnpm test:bun diff --git a/python/poetry.lock b/python/poetry.lock index 58a1fcab..5f2f67f4 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -186,13 +186,13 @@ files = [ [[package]] name = "e2b" -version = "2.15.2" +version = "2.15.3" description = "E2B SDK that give agents cloud environments" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "e2b-2.15.2-py3-none-any.whl", hash = "sha256:19a56fbdea25974dc81426ed48337eae6cea91d404f5bcf8861a5a2c6e4d982a"}, - {file = "e2b-2.15.2.tar.gz", hash = "sha256:414379d2421d6827eeb2eb50a4d6b3fdb7d691b39ff73b5ea05ca4b532819831"}, + {file = "e2b-2.15.3-py3-none-any.whl", hash = "sha256:0934f69f93f42cc4ef19415af003b13eb12d4e721b06f0ffa5aac91e6cf7c6b8"}, + {file = "e2b-2.15.3.tar.gz", hash = "sha256:a15da5162db88d46dfa3593b08d9b3b31bb5fac36ba66c7e6ae3b652f56c06d8"}, ] [package.dependencies] diff --git a/template/requirements-dev.txt b/template/requirements-dev.txt index c1821021..7601a5fd 100644 --- a/template/requirements-dev.txt +++ b/template/requirements-dev.txt @@ -1,2 +1,2 @@ -e2b==2.15.2 +e2b==2.15.3 python-dotenv==1.2.2 \ No newline at end of file