Skip to content

Commit

Permalink
Merge pull request #16 from silvncr/dependabot/pip/alive-progress-3.2.0
Browse files Browse the repository at this point in the history
Bump alive-progress from 3.1.5 to 3.2.0
  • Loading branch information
silvncr authored Oct 29, 2024
2 parents 7aec1de + 78232f2 commit afaee00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit afaee00

Please sign in to comment.