georgetown-cset / funder-finder

Retrieve GitHub repo funding information
Apache License 2.0
7 stars 3 forks source link

Pin dependencies #36

Closed jspeed-meyers closed 1 year ago

jspeed-meyers commented 1 year ago

Fix #33

github-actions[bot] commented 1 year ago

No need for rebasing :+1: behind_count is 0 ahead_count is 1

github-actions[bot] commented 1 year ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
380 262 69% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 84d67ab by action🐍

jspeed-meyers commented 1 year ago

@jmelot:

This will interest you: https://pypi.org/project/bs4/

That bs4 dependency was actually a typosquatting prevention package that was a redirect to protect beautiful soup users. That was why that dependency was at 0.0.1, which doesn't make sense given that beautiful soup has been around for many years.

Apropos: https://news.ycombinator.com/item?id=24649729

jmelot commented 1 year ago

@jmelot:

This will interest you: https://pypi.org/project/bs4/

That bs4 dependency was actually a typosquatting prevention package that was a redirect to protect beautiful soup users. That was why that dependency was at 0.0.1, which doesn't make sense given that beautiful soup has been around for many years.

Apropos: https://news.ycombinator.com/item?id=24649729

WHOOPS. That's pretty horrifying, glad you fixed it! Nice article.