Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nchistov committed Feb 4, 2025
1 parent c0d544f commit 7958d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
'Topic :: Software Development :: Libraries :: Python Modules'
]
dependencies = [
'beautifulsoup4==4.13.0',
'beautifulsoup4==4.13.1',
'requests==2.32.3',
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
beautifulsoup4==4.13.0
beautifulsoup4==4.13.1
requests==2.32.3

0 comments on commit 7958d4b

Please sign in to comment.