build(deps-dev): bump ipython from 7.30.1 to 7.31.1
continuous-integration/drone/push Build is passing Details

Bumps [ipython](https://github.com/ipython/ipython) from 7.30.1 to 7.31.1.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.30.1...7.31.1)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-21 19:00:05 +00:00 committed by GitHub
parent a2e1695ecc
commit 3fa5bf3283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -209,7 +209,7 @@ python-versions = "*"
[[package]]
name = "ipython"
version = "7.30.1"
version = "7.31.1"
description = "IPython: Productive Interactive Computing"
category = "dev"
optional = false
@ -583,7 +583,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
content-hash = "eb591b14339f2e53313ec69c412712b136ea1e6afe6176f3fd8930a5da3e09ee"
content-hash = "d5b0913517d4ef12c713b069dbcc4dce12f9c804a99389ecf95f9e9ced012f22"
[metadata.files]
appnope = [
@ -690,8 +690,8 @@ iniconfig = [
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
]
ipython = [
{file = "ipython-7.30.1-py3-none-any.whl", hash = "sha256:fc60ef843e0863dd4e24ab2bb5698f071031332801ecf8d1aeb4fb622056545c"},
{file = "ipython-7.30.1.tar.gz", hash = "sha256:cb6aef731bf708a7727ab6cde8df87f0281b1427d41e65d62d4b68934fa54e97"},
{file = "ipython-7.31.1-py3-none-any.whl", hash = "sha256:55df3e0bd0f94e715abd968bedd89d4e8a7bce4bf498fb123fed4f5398fea874"},
{file = "ipython-7.31.1.tar.gz", hash = "sha256:b5548ec5329a4bcf054a5deed5099b0f9622eb9ea51aaa7104d215fece201d8c"},
]
isort = [
{file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"},

View File

@ -14,7 +14,7 @@ requests = "^2.24.0"
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
[tool.poetry.dev-dependencies]
ipython = { version = "^7.18.1", python = "^3.7" }
ipython = { version = "^7.31.1", python = "^3.7" }
flake8 = "^3.8.4"
pytest = "^6.1.1"
black = {version = "^21.6b0", python = ">=3.6.2"}