From 7ac8eef0949651ee35fc0413f2a677ca1bdda29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:02:32 +0000 Subject: [PATCH] Bump pip from 22.3.1 to 23.3 Bumps [pip](https://github.com/pypa/pip) from 22.3.1 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/22.3.1...23.3) --- updated-dependencies: - dependency-name: pip dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6380edb..46c62ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1639,13 +1639,13 @@ xmp = ["defusedxml"] [[package]] name = "pip" -version = "22.3.1" +version = "23.3.2" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.7" files = [ - {file = "pip-22.3.1-py3-none-any.whl", hash = "sha256:908c78e6bc29b676ede1c4d57981d490cb892eb45cd8c214ab6298125119e077"}, - {file = "pip-22.3.1.tar.gz", hash = "sha256:65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38"}, + {file = "pip-23.3.2-py3-none-any.whl", hash = "sha256:5052d7889c1f9d05224cd41741acb7c5d6fa735ab34e339624a614eaaa7e7d76"}, + {file = "pip-23.3.2.tar.gz", hash = "sha256:7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149"}, ] [[package]] @@ -2521,4 +2521,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "75946247a6fae78d1e81be56be1d58b0c51967c1cccdc633dbda71360a088dd3" +content-hash = "37dde872372663fbc21b8df3f27497cf435a611ce0036c3041cfc6efd23a8486" diff --git a/pyproject.toml b/pyproject.toml index 7d024fd..f8fb7ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ flake8-docstrings = { version = "^1.6.0"} pytest = { version = "^6.2.0"} pytest-cov = { version = "^2.10.1"} virtualenv = { version = "^20.2.2"} -pip = { version = "^22.0"} +pip = { version = "^23.3"} twine = { version = "^3.3.0"} pre-commit = {version = "^2.12.0"} toml = {version = "^0.10.2"}