Skip to content

Commit cc619b8

Browse files
Bump the production-dependencies group with 3 updates
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas), [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) and [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. Updates `pandas` to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.3...v3.0.2) Updates `rapidfuzz` to 3.14.5 - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](rapidfuzz/RapidFuzz@v3.14.3...v3.14.5) Updates `tqdm` to 4.67.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.1...v4.67.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: rapidfuzz dependency-version: 3.14.5 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43b65b3 commit cc619b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ license = "LGPL-2.1-only"
1010
readme = "README.md"
1111
requires-python = ">=3.12"
1212
dependencies = [
13-
"pandas>=2.3.3",
14-
"rapidfuzz>=3.14.3",
15-
"tqdm>=4.67.1"
13+
"pandas>=3.0.2",
14+
"rapidfuzz>=3.14.5",
15+
"tqdm>=4.67.3"
1616
]
1717

1818
[dependency-groups]

0 commit comments

Comments
 (0)