Skip to content

Commit 11d27df

Browse files
Update cachetools requirement from <7.0.0,>=5.3.2 to >=5.3.2,<8.0.0
Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.3.2...v7.0.5) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c381d99 commit 11d27df

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
@@ -30,7 +30,7 @@ dependencies = [
3030
"beautifulsoup4>=4.12.2,<5",
3131
"lxml>=4.9.2,<7.0.0",
3232
"dnspython>=2.7.0,<2.8.0",
33-
"cachetools>=5.3.2,<7.0.0",
33+
"cachetools>=5.3.2,<8.0.0",
3434
"socksio>=1.0.0,<2",
3535
"jinja2>=3.1.3,<4",
3636
"regex>=2024.4.16,<2027.0.0",

0 commit comments

Comments
 (0)