From 1f2c8b6251c455fc6b29682be9313a2de4b3fde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:34:15 +0000 Subject: [PATCH] build(deps): bump ipython from 8.32.0 to 8.33.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.32.0 to 8.33.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.32.0...8.33.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 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 21c8c10e..864004e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1037,13 +1037,13 @@ files = [ [[package]] name = "ipython" -version = "8.32.0" +version = "8.33.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.32.0-py3-none-any.whl", hash = "sha256:cae85b0c61eff1fc48b0a8002de5958b6528fa9c8defb1894da63f42613708aa"}, - {file = "ipython-8.32.0.tar.gz", hash = "sha256:be2c91895b0b9ea7ba49d33b23e2040c352b33eb6a519cca7ce6e0c743444251"}, + {file = "ipython-8.33.0-py3-none-any.whl", hash = "sha256:aa5b301dfe1eaf0167ff3238a6825f810a029c9dad9d3f1597f30bd5ff65cc44"}, + {file = "ipython-8.33.0.tar.gz", hash = "sha256:4c3e36a6dfa9e8e3702bd46f3df668624c975a22ff340e96ea7277afbd76217d"}, ] [package.dependencies] @@ -2249,4 +2249,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d41160c6fc67e2f115a2b4d3efe9aa2d991ea43c7a1d579c873268baaeaea45c" +content-hash = "080c1478b608dd9a07c6d5b8b3ce6bb2849dd9f8dfc84b5c36d51191ab58cae9" diff --git a/pyproject.toml b/pyproject.toml index 094cf66c..b7386925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ django-csp = "^3.8" redis = "^5.2.1" django-rq = "^3.0.0" gunicorn = "^23.0.0" -ipython = "^8.32.0" +ipython = "^8.33.0" pillow = "^11.0.0" django-storages = "^1.14.2" boto3 = "^1.36.11" @@ -72,7 +72,7 @@ flynt = "^0.77" django-stubs = "^5.1.0" types-requests = "^2.32.0.20240523" types-redis = "^4.6.0.2" -ipython = "^8.31.0" +ipython = "^8.33.0" django-debug-toolbar = "^5.0.1" django-tailwind = {extras = ["reload"], version = "^3.8.0"}