Skip to content

Commit 187551f

Browse files
Bump the prod-dependencies group across 1 directory with 4 updates
Bumps the prod-dependencies group with 4 updates in the / directory: [lxml](https://github.com/lxml/lxml), [polars](https://github.com/pola-rs/polars), [pyarrow](https://github.com/apache/arrow) and [requests](https://github.com/psf/requests). Updates `lxml` from 6.0.2 to 6.1.0 - [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.1.0) Updates `polars` from 1.38.1 to 1.40.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.38.1...py-1.40.1) Updates `pyarrow` from 23.0.1 to 24.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-23.0.1...apache-arrow-24.0.0) 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) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: polars dependency-version: 1.40.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7843c50 commit 187551f

2 files changed

Lines changed: 114 additions & 114 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ requires-python = ">=3.13"
77
dependencies = [
88
"beautifulsoup4>=4.13.5",
99
"fastexcel>=0.15.1",
10-
"lxml>=6.0.1",
10+
"lxml>=6.1.0",
1111
"pdfplumber>=0.11.8",
12-
"polars>=1.33.0",
13-
"pyarrow>=21.0.0",
14-
"requests>=2.32.5",
12+
"polars>=1.40.1",
13+
"pyarrow>=24.0.0",
14+
"requests>=2.33.1",
1515
"thefuzz>=0.22.1",
1616
"xlsxwriter>=3.2.5",
1717
"zstandard>=0.25.0",

0 commit comments

Comments
 (0)