From ff4d738e718742c7c590260f9b531d2450a9092f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:46:12 +0000 Subject: [PATCH] Bump ipython from 8.31.0 to 8.32.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.31.0 to 8.32.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.31.0...8.32.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Pipfile b/Pipfile index 483da7c..aa7102e 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ pyspark= "==3.5.4" pytest = "==8.3.4" coverage = "==7.6.10" pytest-cov = "==6.0.0" -ipython = "==8.31.0" +ipython = "==8.32.0" [requires] python_version = "3.11" diff --git a/Pipfile.lock b/Pipfile.lock index f08353d..1289ee7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e61ab5a4e7047915ad5335b7f23777d8f5ff490a26ee2bf6632779b8cfb6b85f" + "sha256": "3fc18b7cca987d2db64ea4b832f0aca7a807beabfbdf59318df24b24965aaa87" }, "pipfile-spec": 6, "requires": { @@ -123,11 +123,11 @@ }, "executing": { "hashes": [ - "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf", - "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab" + "sha256:11387150cad388d62750327a53d3339fad4888b39a6fe233c3afbb54ecffd3aa", + "sha256:5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755" ], "markers": "python_version >= '3.8'", - "version": "==2.1.0" + "version": "==2.2.0" }, "iniconfig": { "hashes": [ @@ -139,12 +139,12 @@ }, "ipython": { "hashes": [ - "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6", - "sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b" + "sha256:be2c91895b0b9ea7ba49d33b23e2040c352b33eb6a519cca7ce6e0c743444251", + "sha256:cae85b0c61eff1fc48b0a8002de5958b6528fa9c8defb1894da63f42613708aa" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==8.31.0" + "version": "==8.32.0" }, "jedi": { "hashes": [ @@ -196,11 +196,11 @@ }, "prompt-toolkit": { "hashes": [ - "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90", - "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e" + "sha256:544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab", + "sha256:9b6427eb19e479d98acff65196a307c555eb567989e6d88ebbb1b509d9779198" ], - "markers": "python_full_version >= '3.7.0'", - "version": "==3.0.48" + "markers": "python_full_version >= '3.8.0'", + "version": "==3.0.50" }, "ptyprocess": { "hashes": [ @@ -262,7 +262,7 @@ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.12'", "version": "==4.12.2" }, "wcwidth": {