Bump alive-progress from 3.2.0 to 3.3.0 (#2145)

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

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

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]
2025-08-21 16:27:02 +02:00
committed by GitHub
parent 410d7568b7
commit 0689470506
Generated
+11 -9
View File
@@ -182,19 +182,19 @@ typing-extensions = {version = ">=4.2", markers = "python_version < \"3.13\""}
[[package]] [[package]]
name = "alive-progress" name = "alive-progress"
version = "3.2.0" version = "3.3.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 = "<4,>=3.9" python-versions = "<4,>=3.9"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "alive-progress-3.2.0.tar.gz", hash = "sha256:ede29d046ff454fe56b941f686f89dd9389430c4a5b7658e445cb0b80e0e4deb"}, {file = "alive-progress-3.3.0.tar.gz", hash = "sha256:457dd2428b48dacd49854022a46448d236a48f1b7277874071c39395307e830c"},
{file = "alive_progress-3.2.0-py3-none-any.whl", hash = "sha256:0677929f8d3202572e9d142f08170b34dbbe256cc6d2afbf75ef187c7da964a8"}, {file = "alive_progress-3.3.0-py3-none-any.whl", hash = "sha256:63dd33bb94cde15ad9e5b666dbba8fedf71b72a4935d6fb9a92931e69402c9ff"},
] ]
[package.dependencies] [package.dependencies]
about-time = "4.2.1" about-time = "4.2.1"
grapheme = "0.6.0" graphemeu = "0.7.2"
[[package]] [[package]]
name = "arabic-reshaper" name = "arabic-reshaper"
@@ -1042,18 +1042,20 @@ tokenize-rt = ">=3"
rewrite = ["tokenize-rt (>=3)"] rewrite = ["tokenize-rt (>=3)"]
[[package]] [[package]]
name = "grapheme" name = "graphemeu"
version = "0.6.0" version = "0.7.2"
description = "Unicode grapheme helpers" description = "Unicode grapheme helpers"
optional = false optional = false
python-versions = "*" python-versions = ">=3.7"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "grapheme-0.6.0.tar.gz", hash = "sha256:44c2b9f21bbe77cfb05835fec230bd435954275267fea1858013b102f8603cca"}, {file = "graphemeu-0.7.2-py3-none-any.whl", hash = "sha256:1444520f6899fd30114fc2a39f297d86d10fa0f23bf7579f772f8bc7efaa2542"},
{file = "graphemeu-0.7.2.tar.gz", hash = "sha256:42bbe373d7c146160f286cd5f76b1a8ad29172d7333ce10705c5cc282462a4f8"},
] ]
[package.extras] [package.extras]
test = ["pytest", "sphinx", "sphinx-autobuild", "twine", "wheel"] dev = ["pytest"]
docs = ["sphinx", "sphinx-autobuild"]
[[package]] [[package]]
name = "html5lib" name = "html5lib"