Bump alive-progress from 2.4.1 to 3.2.0 (#1910)

Bumps [alive-progress](https://github.com/rsalmei/alive-progress) from 2.4.1 to 3.2.0.
- [Changelog](https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rsalmei/alive-progress/commits/v3.2.0)

---
updated-dependencies:
- dependency-name: alive-progress
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-29 12:15:34 +01:00
committed by GitHub
parent 15702bd9f4
commit ff06029253
2 changed files with 11 additions and 11 deletions
Generated
+10 -10
View File
@@ -2,13 +2,13 @@
[[package]] [[package]]
name = "about-time" name = "about-time"
version = "3.1.1" version = "4.2.1"
description = "Easily measure timing and throughput of code blocks, with beautiful human friendly representations." description = "Easily measure timing and throughput of code blocks, with beautiful human friendly representations."
optional = false optional = false
python-versions = "*" python-versions = ">=3.7, <4"
files = [ files = [
{file = "about-time-3.1.1.tar.gz", hash = "sha256:586b329450c9387d1ae8c42d2db4f5b4c57a54508d0f1b7bb00322ffd5ce9f9b"}, {file = "about-time-4.2.1.tar.gz", hash = "sha256:6a538862d33ce67d997429d14998310e1dbfda6cb7d9bbfbf799c4709847fece"},
{file = "about_time-3.1.1-py3-none-any.whl", hash = "sha256:96841beb3f9b5de1cbb323d2bdb0fa9abdecbc46f2d546b9b3c2483d23daa17a"}, {file = "about_time-4.2.1-py3-none-any.whl", hash = "sha256:8bbf4c75fe13cbd3d72f49a03b02c5c7dca32169b6d49117c257e7eb3eaee341"},
] ]
[[package]] [[package]]
@@ -165,17 +165,17 @@ frozenlist = ">=1.1.0"
[[package]] [[package]]
name = "alive-progress" name = "alive-progress"
version = "2.4.1" version = "3.2.0"
description = "A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!" description = "A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!"
optional = false optional = false
python-versions = ">=3.7, <4" python-versions = "<4,>=3.9"
files = [ files = [
{file = "alive-progress-2.4.1.tar.gz", hash = "sha256:089757c8197f27ad972ba27e1060f6db92368d83c736884e159034fd74865323"}, {file = "alive-progress-3.2.0.tar.gz", hash = "sha256:ede29d046ff454fe56b941f686f89dd9389430c4a5b7658e445cb0b80e0e4deb"},
{file = "alive_progress-2.4.1-py3-none-any.whl", hash = "sha256:5503ffca0a0607d5f0d24d3b10a718fe50e375470fa07602b246333eb7ec88ee"}, {file = "alive_progress-3.2.0-py3-none-any.whl", hash = "sha256:0677929f8d3202572e9d142f08170b34dbbe256cc6d2afbf75ef187c7da964a8"},
] ]
[package.dependencies] [package.dependencies]
about-time = "3.1.1" about-time = "4.2.1"
grapheme = "0.6.0" grapheme = "0.6.0"
[[package]] [[package]]
@@ -2790,4 +2790,4 @@ propcache = ">=0.2.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "85254f9c935fc3195f9145a5e50e18594bc5ee4d020135b30bb995606f6f33fb" content-hash = "f4358ef4f5eba14cf56caf0680033ef4ef48156f86b0bbf6025022d3ec22b326"
+1 -1
View File
@@ -55,7 +55,7 @@ socid-extractor = "^0.0.26"
soupsieve = "^2.6" soupsieve = "^2.6"
stem = "^1.8.1" stem = "^1.8.1"
torrequest = "^0.1.0" torrequest = "^0.1.0"
alive_progress = "^2.4.1" alive_progress = "^3.2.0"
typing-extensions = "^4.8.0" typing-extensions = "^4.8.0"
webencodings = "^0.5.1" webencodings = "^0.5.1"
xhtml2pdf = "^0.2.11" xhtml2pdf = "^0.2.11"