From 78232f26d805d0bbc335d26b48d8319ebb75f58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:06:19 +0000 Subject: [PATCH] Bump alive-progress from 3.1.5 to 3.2.0 Bumps [alive-progress](https://github.com/rsalmei/alive-progress) from 3.1.5 to 3.2.0. - [Changelog](https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md) - [Commits](https://github.com/rsalmei/alive-progress/compare/v3.1.5...v3.2.0) --- updated-dependencies: - dependency-name: alive-progress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79c1d53..ace8cc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -alive-progress==3.1.5 +alive-progress==3.2.0 pandas==2.2.3 python-dotenv==1.0.1 realestate-data==0.1.0 diff --git a/setup.py b/setup.py index c4571c3..0092979 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages=[__module__], package_data={}, install_requires=[ - 'alive-progress==3.1.5', + 'alive-progress==3.2.0', 'pandas==2.2.3', 'python-dotenv==1.0.1', 'realestate-data==0.1.0',