From 73a137f75d042a9d3b03e96ce7fff1cb07f96696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:57:32 +0000 Subject: [PATCH] Bump ipython from 8.25.0 to 8.27.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.25.0 to 8.27.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.25.0...8.27.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index 6beddc1590..c85c634d28 100644 --- a/Pipfile +++ b/Pipfile @@ -59,7 +59,7 @@ djangorestframework-stubs = "==3.15.0" factory-boy = "==3.3.0" flake8 = "==7.1.1" freezegun = "==1.5.1" -ipython = "==8.25.0" +ipython = "==8.27.0" isort = "==5.13.2" mypy = "==1.10.0" pre-commit = "==3.7.1" diff --git a/Pipfile.lock b/Pipfile.lock index 6cfb4f13d5..43fd4613e3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0f478643ec74971469522c09c3e635a7ca9346c16a687ae7c14c7f638335cb1e" + "sha256": "404f41d369bfbbe7b79b31c4a8ae47ce7e23d5caad74716cecb2f6c949480f61" }, "pipfile-spec": 6, "requires": { @@ -2138,11 +2138,11 @@ }, "executing": { "hashes": [ - "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147", - "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc" + "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf", + "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab" ], - "markers": "python_version >= '3.5'", - "version": "==2.0.1" + "markers": "python_version >= '3.8'", + "version": "==2.1.0" }, "factory-boy": { "hashes": [ @@ -2213,12 +2213,12 @@ }, "ipython": { "hashes": [ - "sha256:53eee7ad44df903a06655871cbab66d156a051fd86f3ec6750470ac9604ac1ab", - "sha256:c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716" + "sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e", + "sha256:f68b3cb8bde357a5d7adc9598d57e22a45dfbea19eb6b98286fa3b288c9cd55c" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==8.25.0" + "version": "==8.27.0" }, "isort": { "hashes": [ @@ -2649,7 +2649,7 @@ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.12'", "version": "==4.12.2" }, "urllib3": {