From 96f5fd3efad74f685d119e168f9fdb79992ae4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:18:27 +0000 Subject: [PATCH] chore(deps): bump alive-progress from 3.1.4 to 3.1.5 Bumps [alive-progress](https://github.com/rsalmei/alive-progress) from 3.1.4 to 3.1.5. - [Changelog](https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md) - [Commits](https://github.com/rsalmei/alive-progress/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: alive-progress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 11 ++++++----- requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 0c06a47504..f6b73f1c54 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ bikeshed = {editable = true, path = "."} [packages] aiofiles = "==23.1.0" aiohttp = "==3.9.1" -alive-progress = "==3.1.4" +alive-progress = "==3.1.5" attrs = "==22.1.0" certifi = "==2023.7.22" cssselect = "==1.2.0" diff --git a/Pipfile.lock b/Pipfile.lock index 178dcc9d1b..572ba32e65 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5ca5fea55db0f94dfda2dafdd21c6884af3a658d05d93388cc7b4447e93d7ba7" + "sha256": "58560c3ba995735e524943349067c0a59d74eebe18adc90f0f53a013a32cf81d" }, "pipfile-spec": 6, "requires": {}, @@ -19,7 +19,7 @@ "sha256:6a538862d33ce67d997429d14998310e1dbfda6cb7d9bbfbf799c4709847fece", "sha256:8bbf4c75fe13cbd3d72f49a03b02c5c7dca32169b6d49117c257e7eb3eaee341" ], - "markers": "python_version < '4.0' and python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==4.2.1" }, "aiofiles": { @@ -123,11 +123,12 @@ }, "alive-progress": { "hashes": [ - "sha256:74a95d8d0d42bc99d3a3725dbd06ebb852245f1b64e301a7c375b92b22663f7b", - "sha256:c80ad87ce9c1054b01135a87fae69ecebbfc2107497ae87cbe6aec7e534903db" + "sha256:347220c1858e3abe137fa0746895668c04df09c5261a13dc03f05795e8a29be5", + "sha256:42e399a66c8150dc507602dff7b7953f105ef11faf97ddaa6d27b1cbf45c4c98" ], "index": "pypi", - "version": "==3.1.4" + "markers": "python_version >= '3.7' and python_version < '4'", + "version": "==3.1.5" }, "async-timeout": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index eb542a617f..fd3ed711a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -i https://pypi.org/simple -about-time==4.2.1; python_version < '4.0' and python_full_version >= '3.7.0' +about-time==4.2.1; python_version >= '3.7' and python_version < '4' aiofiles==23.1.0 aiohttp==3.9.1; python_version >= '3.8' aiosignal==1.3.1; python_version >= '3.7' -alive-progress==3.1.4 +alive-progress==3.1.5; python_version >= '3.7' and python_version < '4' async-timeout==4.0.3; python_full_version >= '3.7.0' attrs==22.1.0; python_version >= '3.5' certifi==2023.7.22