From 9ca8d8c74843d801f62c3a2de8deec9d02c4db9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 16:18:30 +0000 Subject: [PATCH] Bump ipython in /examples/django-encryption-example Bumps [ipython](https://github.com/ipython/ipython) from 8.12.0 to 8.12.2. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.12.0...8.12.2) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/django-encryption-example/poetry.lock | 10 +++++----- examples/django-encryption-example/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/django-encryption-example/poetry.lock b/examples/django-encryption-example/poetry.lock index c2bebca..a3b9c28 100644 --- a/examples/django-encryption-example/poetry.lock +++ b/examples/django-encryption-example/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "appnope" @@ -436,14 +436,14 @@ files = [ [[package]] name = "ipython" -version = "8.12.0" +version = "8.12.2" description = "IPython: Productive Interactive Computing" category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "ipython-8.12.0-py3-none-any.whl", hash = "sha256:1c183bf61b148b00bcebfa5d9b39312733ae97f6dad90d7e9b4d86c8647f498c"}, - {file = "ipython-8.12.0.tar.gz", hash = "sha256:a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d"}, + {file = "ipython-8.12.2-py3-none-any.whl", hash = "sha256:ea8801f15dfe4ffb76dea1b09b847430ffd70d827b41735c64a0638a04103bfc"}, + {file = "ipython-8.12.2.tar.gz", hash = "sha256:c7b80eb7f5a855a88efc971fda506ff7a91c280b42cdae26643e0f601ea281ea"}, ] [package.dependencies] @@ -1002,4 +1002,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "83c08810b4822895144f2ea1e22156c19b1fe00fe2d4a070f18ef60c66d1743f" +content-hash = "b0c2c62c044356e9817aa65d0b2b32994fcf2ba5645129050fc1daedc60ce292" diff --git a/examples/django-encryption-example/pyproject.toml b/examples/django-encryption-example/pyproject.toml index 316c8ef..38807b8 100644 --- a/examples/django-encryption-example/pyproject.toml +++ b/examples/django-encryption-example/pyproject.toml @@ -26,7 +26,7 @@ pytest-django = "^4.5.2" django-stubs = "^1.15.0" types-requests = "^2.28.11.15" autopep8 = "^2.0.2" -ipython = "^8.11.0" +ipython = "^8.12.2" django-coverage = "^1.2.4" [build-system]