Skip to content

chore(deps): bump the main group across 1 directory with 5 updates#33

Merged
Sehat1137 merged 1 commit into
masterfrom
dependabot/pip/main-c869bc010a
May 16, 2026
Merged

chore(deps): bump the main group across 1 directory with 5 updates#33
Sehat1137 merged 1 commit into
masterfrom
dependabot/pip/main-c869bc010a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the main group with 5 updates in the / directory:

Package From To
sulguk 0.10.1 0.11.1
requests 2.32.5 2.33.1
beautifulsoup4 4.14.2 4.14.3
lxml 6.0.2 6.0.3
markdownify 0.12.1 1.2.2

Updates sulguk from 0.10.1 to 0.11.1

Release notes

Sourced from sulguk's releases.

0.11.0

What's Changed

New Contributors

Full Changelog: Tishka17/sulguk@0.10.1...0.11.0

Commits
  • cbc302c v0.11.1
  • f10a3d6 Merge branch 'develop'
  • 2a5d89e Merge pull request #50 from banteg/fix-pre-language-null
  • dec699e refactor: use walrus for pre language
  • d7b55a1 fix: omit null pre language entity
  • 99f83f8 0.11.0
  • e4d61f6 Merge branch 'develop'
  • f0da7cd Merge pull request #48 from danyiimp/feature/lxml-dom-walker
  • 0519b91 refactor: run tests in editable install
  • e8d04ba fix: paths in .coveragerc
  • Additional commits viewable in compare view

Updates requests from 2.32.5 to 2.33.1

Release notes

Sourced from requests's releases.

v2.33.1

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2331-2026-03-30

v2.33.0

2.33.0 (2026-03-25)

Announcements

  • 📣 Requests is adding inline types. If you have a typed code base that uses Requests, please take a look at #7271. Give it a try, and report any gaps or feedback you may have in the issue. 📣

Security

  • CVE-2026-25645 requests.utils.extract_zipped_paths now extracts contents to a non-deterministic location to prevent malicious file replacement. This does not affect default usage of Requests, only applications calling the utility function directly.

Improvements

  • Migrated to a PEP 517 build system using setuptools. (#7012)

Bugfixes

  • Fixed an issue where an empty netrc entry could cause malformed authentication to be applied to Requests on Python 3.11+. (#7205)

Deprecations

  • Dropped support for Python 3.9 following its end of support. (#7196)

Documentation

  • Various typo fixes and doc improvements.

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2330-2026-03-25

Changelog

Sourced from requests's changelog.

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)

2.33.0 (2026-03-25)

Announcements

  • 📣 Requests is adding inline types. If you have a typed code base that uses Requests, please take a look at #7271. Give it a try, and report any gaps or feedback you may have in the issue. 📣

Security

  • CVE-2026-25645 requests.utils.extract_zipped_paths now extracts contents to a non-deterministic location to prevent malicious file replacement. This does not affect default usage of Requests, only applications calling the utility function directly.

Improvements

  • Migrated to a PEP 517 build system using setuptools. (#7012)

Bugfixes

  • Fixed an issue where an empty netrc entry could cause malformed authentication to be applied to Requests on Python 3.11+. (#7205)

Deprecations

  • Dropped support for Python 3.9 following its end of support. (#7196)

Documentation

  • Various typo fixes and doc improvements.
Commits

Updates beautifulsoup4 from 4.14.2 to 4.14.3

Updates lxml from 6.0.2 to 6.0.3

Changelog

Sourced from lxml's changelog.

6.0.3 (2026-04-09)

Bugs fixed

  • Several out of memory error cases now raise MemoryError that were not handled before.

  • Slicing with large step values (outside of +/- sys.maxsize) could trigger undefined C behaviour.

  • LP#2125399: Some failing tests were fixed or disabled in PyPy.

  • LP#2138421: Memory leak in error cases when setting the public_id or system_url of a document.

  • Memory leak in case of a memory allocation failure when copying document subtrees.

  • When mapping an XPath result to Python failed, the result memory could leak.

  • When preparing an XSLT transform failed, the XSLT parameter memory could leak.

Other changes

  • Built using Cython 3.2.4.

  • Binary wheels use zlib 1.3.2.

Commits
  • 973d059 Update changelog.
  • 9044a52 Build: Downgrade libiconv to 1.18 since 1.19 does not build reliably.
  • a34dfdd Build: Upgrade libiconv to 1.19.
  • 4cbf1df Build: Validate hash digest of downloaded library archives.
  • ab0e775 Prepare release of 6.0.3.
  • 96844d2 Fix typos and grammar errors across documentation (GH-489)
  • 6a90cc6 More accurate instruction for pip install. (GH-493)
  • b8b8337 Build: Upgrade Cython to 3.2.4.
  • 053a7f2 Update changelog.
  • 2fbda6d Build: Upgrade zlib from 1.3.1 to security fixed 1.3.2.
  • Additional commits viewable in compare view

Updates markdownify from 0.12.1 to 1.2.2

Release notes

Sourced from markdownify's releases.

1.2.2

fix: include py.typed file by @​G-Rath in matthewwithanm/python-markdownify#235

Full Changelog: matthewwithanm/python-markdownify@1.2.0...1.2.2

1.2.0

What's Changed

New Contributors

Full Changelog: matthewwithanm/python-markdownify@1.1.0...1.2.0

1.1.0

What's Changed

New Contributors

Full Changelog: matthewwithanm/python-markdownify@1.0.0...1.1.0

1.0.0

Breaking Changes

If you are using custom tag conversion functions (convert_*()), note that the function interface has changed. See #191 for details.

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the main group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sulguk](https://github.com/tishka17/sulguk) | `0.10.1` | `0.11.1` |
| [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.1` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.2` | `4.14.3` |
| [lxml](https://github.com/lxml/lxml) | `6.0.2` | `6.0.3` |
| [markdownify](https://github.com/matthewwithanm/python-markdownify) | `0.12.1` | `1.2.2` |



Updates `sulguk` from 0.10.1 to 0.11.1
- [Release notes](https://github.com/tishka17/sulguk/releases)
- [Commits](Tishka17/sulguk@0.10.1...0.11.1)

Updates `requests` from 2.32.5 to 2.33.1
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.1)

Updates `beautifulsoup4` from 4.14.2 to 4.14.3

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

Updates `markdownify` from 0.12.1 to 1.2.2
- [Release notes](https://github.com/matthewwithanm/python-markdownify/releases)
- [Commits](matthewwithanm/python-markdownify@0.12.1...1.2.2)

---
updated-dependencies:
- dependency-name: sulguk
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: requests
  dependency-version: 2.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: beautifulsoup4
  dependency-version: 4.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: lxml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: markdownify
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 17, 2026
@Sehat1137 Sehat1137 merged commit 6716cf4 into master May 16, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/main-c869bc010a branch May 16, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant