From 04bac5e8fe1690e1c9eb5ecceeb01c2b17ecd35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:00:47 +0000 Subject: [PATCH] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [ipython](https://github.com/ipython/ipython) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `ipython` from 8.27.0 to 8.28.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.27.0...8.28.0) Updates `pre-commit` from 3.8.0 to 4.0.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 200a418..49df779 100644 --- a/poetry.lock +++ b/poetry.lock @@ -476,13 +476,13 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "8.27.0" +version = "8.28.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.27.0-py3-none-any.whl", hash = "sha256:f68b3cb8bde357a5d7adc9598d57e22a45dfbea19eb6b98286fa3b288c9cd55c"}, - {file = "ipython-8.27.0.tar.gz", hash = "sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e"}, + {file = "ipython-8.28.0-py3-none-any.whl", hash = "sha256:530ef1e7bb693724d3cdc37287c80b07ad9b25986c007a53aa1857272dac3f35"}, + {file = "ipython-8.28.0.tar.gz", hash = "sha256:0d0d15ca1e01faeb868ef56bc7ee5a0de5bd66885735682e8a322ae289a13d1a"}, ] [package.dependencies] @@ -808,13 +808,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.0.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, + {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, ] [package.dependencies] @@ -1359,4 +1359,4 @@ testing = ["anyio"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0736f5b0e33fc33773ba6ce5179e2655cccb206efa511b365bc4d15c87854c1c" +content-hash = "0ddd81cd06e0df665039374643a4a69b0476a8028f87aa9efa5c86a6ea5558a1" diff --git a/pyproject.toml b/pyproject.toml index 0a4f12d..d9bb5d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,10 +61,10 @@ testing = ["anyio"] [tool.poetry.group.dev.dependencies] # Improved REPL ipdb = "^0.13.13" -ipython = "^8.27.0" +ipython = "^8.28.0" # A framework for managing and maintaining multi-language pre-commit hooks. # https://pre-commit.com/ -pre-commit = "^3.8.0" +pre-commit = "^4.0.0" # Collection of invoke commands used by Saritasa # Invoke is a Python (2.7 and 3.4+) task execution tool & library, # drawing inspiration from various sources to arrive at a powerful & clean feature set.