From 873283242896434ec42a86bd44aa3d12e78a891f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 09:39:27 +0000 Subject: [PATCH] Bump pip from 18.0 to 21.1 Bumps [pip](https://github.com/pypa/pip) from 18.0 to 21.1. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/18.0...21.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index 16d23d9..424747f 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] bottle = "*" -pip = "==18.0" +pip = "==21.1" pre-commit = "*" black = "*" peewee = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 0b21163..af68fca 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d8d92c5109b925c93e0418570b61914de65c620acd97e44593fae9ce4782e062" + "sha256": "c2e2f891f755cfb96b294c180d76880da9557929b1c4a1021cfc8da83f10a649" }, "pipfile-spec": 6, "requires": { @@ -126,11 +126,11 @@ }, "pip": { "hashes": [ - "sha256:070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c", - "sha256:a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76" + "sha256:a810bf07c3723a28621c29abe8e34429fa082c337f89aea9a795865416b66d3e", + "sha256:ea9f2668484893e90149fd5a6124e04651ffedd67203a8aaf030d31406b937a4" ], "index": "pypi", - "version": "==18.0" + "version": "==21.1" }, "platformdirs": { "hashes": [ @@ -250,7 +250,7 @@ "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30", "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693" ], - "markers": "python_full_version >= '3.6.0'", + "markers": "python_version >= '3.6'", "version": "==4.11.1" }, "certifi": { @@ -258,7 +258,7 @@ "sha256:9c5705e395cd70084351dd8ad5c41e65655e08ce46f2ec9cf6c2c08390f71eb7", "sha256:f1d53542ee8cbedbe2118b5686372fb33c297fcd6379b050cca0ef13a597382a" ], - "markers": "python_full_version >= '3.6.0'", + "markers": "python_version >= '3.6'", "version": "==2022.5.18.1" }, "chardet": { @@ -328,7 +328,7 @@ "sha256:22c7348c6d2976a52632c67f7ab0cdf40147db7789f9aed18734643fe9cf3373", "sha256:4ce92f1e1f8f01233ee9952c04f6b81d1e02939d6e1b488428154974a4d0783e" ], - "markers": "python_full_version >= '3.6.0'", + "markers": "python_version >= '3.6'", "version": "==59.6.0" }, "six": { @@ -344,7 +344,7 @@ "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759", "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d" ], - "markers": "python_full_version >= '3.6.0'", + "markers": "python_version >= '3.6'", "version": "==2.3.2.post1" }, "typing-extensions": { @@ -368,7 +368,7 @@ "sha256:29af5a53e9fb4e158f525367678b50053808ca6c21ba585754c77d790008c746", "sha256:69e1f242c7f80273490d3403c3976f3ac3b26e289856936d1f620ed48f321897" ], - "markers": "python_full_version >= '3.6.0'", + "markers": "python_version >= '3.6'", "version": "==2.0.0" }, "wcwidth": {