Skip to content

Commit

Permalink
Bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.13.3` |
| [lxml](https://github.com/lxml/lxml) | `5.3.0` | `5.3.1` |
| [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` |
| [setuptools](https://github.com/pypa/setuptools) | `75.8.0` | `75.8.2` |
| [types-beautifulsoup4](https://github.com/python/typeshed) | `4.12.0.20241020` | `4.12.0.20250204` |


Updates `beautifulsoup4` from 4.12.3 to 4.13.3

Updates `lxml` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-5.3.0...lxml-5.3.1)

Updates `mypy` from 1.14.1 to 1.15.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.1...v1.15.0)

Updates `setuptools` from 75.8.0 to 75.8.2
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.8.0...v75.8.2)

Updates `types-beautifulsoup4` from 4.12.0.20241020 to 4.12.0.20250204
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: types-beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Xennis committed Mar 2, 2025
1 parent 8903a7f commit 5f81a19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
beautifulsoup4==4.12.3
beautifulsoup4==4.13.3
black==25.1.0 # Code formatter
lxml==5.3.0
mypy==1.14.1 # Type checker
setuptools==75.8.0 # Only required for publish it as a package
types-beautifulsoup4==4.12.0.20241020 # Stubs for beautifulsoup4
lxml==5.3.1
mypy==1.15.0 # Type checker
setuptools==75.8.2 # Only required for publish it as a package
types-beautifulsoup4==4.12.0.20250204 # Stubs for beautifulsoup4
wheel==0.45.1 # Only required for publish it as a package

0 comments on commit 5f81a19

Please sign in to comment.