-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: pur - automatic updated pip packages at 2023-06-26
- Loading branch information
andretayer
authored
Jun 26, 2023
1 parent
3b70f57
commit c26a9ba
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
pandas==1.5.2 | ||
requests==2.28.1 | ||
beautifulsoup4==4.11.1 | ||
sqlalchemy==1.4.45 | ||
psycopg2-binary==2.9.5 | ||
pandas==2.0.2 | ||
requests==2.31.0 | ||
beautifulsoup4==4.12.2 | ||
sqlalchemy==2.0.17 | ||
psycopg2-binary==2.9.6 | ||
|
||
-r testing.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ipdb==0.13.11 | ||
pytest==7.2.0 | ||
pytest-cov==4.0.0 | ||
pytest-mock==3.10.0 | ||
ipdb==0.13.13 | ||
pytest==7.4.0 | ||
pytest-cov==4.1.0 | ||
pytest-mock==3.11.1 | ||
python-dateutil==2.8.2 | ||
python-dotenv==0.21.0 | ||
pytest-env==0.8.1 | ||
python-dotenv==1.0.0 | ||
pytest-env==0.8.2 |