From 51156ee2911ed7e54476bfc053596e8926d9e2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:18:57 +0000 Subject: [PATCH] poetry bot: bump ipython from 8.27.0 to 8.29.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.27.0 to 8.29.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.27.0...8.29.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b3869d9cb..02749f063 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1797,13 +1797,13 @@ tomli = {version = "*", markers = "python_version > \"3.6\" and python_version < [[package]] name = "ipython" -version = "8.27.0" +version = "8.29.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.27.0-py3-none-any.whl", hash = "sha256:f68b3cb8bde357a5d7adc9598d57e22a45dfbea19eb6b98286fa3b288c9cd55c"}, - {file = "ipython-8.27.0.tar.gz", hash = "sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e"}, + {file = "ipython-8.29.0-py3-none-any.whl", hash = "sha256:0188a1bd83267192123ccea7f4a8ed0a78910535dbaa3f37671dca76ebd429c8"}, + {file = "ipython-8.29.0.tar.gz", hash = "sha256:40b60e15b22591450eef73e40a027cf77bd652e757523eebc5bd7c7c498290eb"}, ] [package.dependencies] @@ -4593,4 +4593,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "02ac41e5978cefc28923a85af8c5d9dd3f6ed929be4ea87fb2e2cc840863f8e4" +content-hash = "f0c74bb78fc2daa12281aa6f85c70486459766386120a2dd8473dda85250d6ab" diff --git a/pyproject.toml b/pyproject.toml index 5cc198ca1..70e171d95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ drf-spectacular = "^0.26.5" elastic-apm = "^6.22.0" elasticsearch = "^8.13.1" huey = "^2.5.0" -ipython = "^8.24.0" +ipython = "^8.29.0" langchain = "^0.1.20" openai = "^0.28.1" psycopg2-binary = "^2.9.9"