Skip to content

Commit d882943

Browse files
chore(deps): update limits requirement from >=3.0.0 to >=5.8.0
Updates the requirements on [limits](https://github.com/alisaifee/limits) to permit the latest version. - [Release notes](https://github.com/alisaifee/limits/releases) - [Changelog](https://github.com/alisaifee/limits/blob/master/HISTORY.rst) - [Commits](alisaifee/limits@3.0.0...5.8.0) --- updated-dependencies: - dependency-name: limits dependency-version: 5.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 280f272 commit d882943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies = [
6060
# Web Search (vendored from dev/requirements.txt)
6161
"trafilatura>=1.6.0", # Web content extraction
6262
"python-dateutil>=2.8.0", # Date parsing
63-
"limits>=3.0.0", # Rate limiting
63+
"limits>=5.8.0", # Rate limiting
6464
"filelock>=3.13.0", # Thread-safe file operations
6565
# Data Processing
6666
"pandas",

0 commit comments

Comments
 (0)