Skip to content

Commit

Permalink
Bump beautifulsoup4 from 4.11.1 to 4.12.3
Browse files Browse the repository at this point in the history
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.11.1 to 4.12.3.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ranjan-mohanty committed Mar 21, 2024
1 parent 19c47b2 commit 132457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"amazon-scraper=amazon_product_details_scraper.app:main",
]
},
install_requires=["requests==2.31.0", "beautifulsoup4==4.11.1", "urllib3==1.26.18"],
install_requires=["requests==2.31.0", "beautifulsoup4==4.12.3", "urllib3==1.26.18"],
project_urls={
"Source": "https://github.com/ranjan-mohanty/amazon-product-details-scraper",
},
Expand Down

0 comments on commit 132457f

Please sign in to comment.