From 2419f846c512e27a75b8f7775c753cf399abc2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:33:44 +0000 Subject: [PATCH] poetry bot: bump ipython from 8.30.0 to 8.31.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.30.0 to 8.31.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.30.0...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68b21a243..d4f906c4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1452,13 +1452,13 @@ tomli = {version = "*", markers = "python_version > \"3.6\" and python_version < [[package]] name = "ipython" -version = "8.30.0" +version = "8.31.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.30.0-py3-none-any.whl", hash = "sha256:85ec56a7e20f6c38fce7727dcca699ae4ffc85985aa7b23635a8008f918ae321"}, - {file = "ipython-8.30.0.tar.gz", hash = "sha256:cb0a405a306d2995a5cbb9901894d240784a9f341394c6ba3f4fe8c6eb89ff6e"}, + {file = "ipython-8.31.0-py3-none-any.whl", hash = "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6"}, + {file = "ipython-8.31.0.tar.gz", hash = "sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b"}, ] [package.dependencies] @@ -3579,4 +3579,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "2cf251b10596f3effdeac4e9ad522e51b58f2be07893fee6c38407aa68a29d42" +content-hash = "a5bd228e8060ff2cdaee72bd7a241beb7a53c3c0ec210aa8fc1e047b3a422f3c" diff --git a/pyproject.toml b/pyproject.toml index 82e347f3a..ab0af8319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ djangorestframework = "^3.15.1" drf-spectacular = "^0.26.5" elastic-apm = "^6.22.0" huey = "^2.5.0" -ipython = "^8.24.0" +ipython = "^8.31.0" openai = "^1.57.1" psycopg2-binary = "^2.9.9" PyMySQL = "^1.1.0"