Skip to content

Commit

Permalink
Merge pull request #15 from silvncr/dependabot/pip/pandas-2.2.3
Browse files Browse the repository at this point in the history
Bump pandas from 2.2.2 to 2.2.3
  • Loading branch information
silvncr authored Sep 22, 2024
2 parents 9247f86 + ab0b7ad commit 7aec1de
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,5 +1,5 @@
alive-progress==3.1.5
pandas==2.2.2
pandas==2.2.3
python-dotenv==1.0.1
realestate-data==0.1.0
requests==2.32.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package_data={},
install_requires=[
'alive-progress==3.1.5',
'pandas==2.2.2',
'pandas==2.2.3',
'python-dotenv==1.0.1',
'realestate-data==0.1.0',
'requests==2.32.3',
Expand Down

0 comments on commit 7aec1de

Please sign in to comment.