From b66e00bf5a5dd79c7669e6626e67129d17116719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:57:36 +0000 Subject: [PATCH] Bump pip from 22.3.1 to 23.3 in /python (#2983) Bumps [pip](https://github.com/pypa/pip) from 22.3.1 to 23.3.
Changelog

Sourced from pip's changelog.

23.3 (2023-10-15)

Process

Deprecations and Removals

Features

Bug Fixes

Vendored Libraries

Improved Documentation

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip&package-manager=pip&previous-version=22.3.1&new-version=23.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bacalhau-project/bacalhau/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/poetry.lock | 8 ++++---- python/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 8e677a090f..169fda4549 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -996,13 +996,13 @@ tests = ["certifi", "coverage[toml] (>=5.0.2)", "pretend", "pyopenssl", "pytest" [[package]] name = "pip" -version = "22.3.1" +version = "23.3" 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-py3-none-any.whl", hash = "sha256:bc38bb52bc286514f8f7cb3a1ba5ed100b76aaef29b521d48574329331c5ae7b"}, + {file = "pip-23.3.tar.gz", hash = "sha256:bb7d4f69f488432e4e96394612f43ab43dd478d073ef7422604a570f7157561e"}, ] [[package]] @@ -1659,4 +1659,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "b078e7026f5a2fa000cafc7207f0fdb0481d878b8752832fbbf2ba10e998c0e8" +content-hash = "0e8cf77bc5a89bdb9023a24d67186a36314876ba4f1e42dc0c94cd52403cc55f" diff --git a/python/pyproject.toml b/python/pyproject.toml index f8f26235ae..814c3d4332 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -33,7 +33,7 @@ flake8 = { version = "^6.0.0", optional = true} mypy = {version = "^0.991", optional = true} tox = { version = "^4.2.6", optional = true} virtualenv = { version = "^20.2.2", optional = true} -pip = { version = "^22.3.1", optional = true} +pip = { version = ">=22.3.1,<24.0.0", optional = true} twine = { version = "^4.0.2", optional = true} pre-commit = {version = "^2.12.0", optional = true} toml = {version = "^0.10.2", optional = true} @@ -53,7 +53,7 @@ certifi = "2023.07.22" tox = "^4.2.6" pre-commit = "^2.21.0" virtualenv = "^20.17.1" -pip = "^22.3.1" +pip = ">=22.3.1,<24.0.0" twine = "^4.0.2" toml = "^0.10.2" bump2version = "^1.0.1"