From 469d846dac51af515444606368441b614dffce4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:35:26 +0000 Subject: [PATCH] build(deps): update yarl requirement from <1.16 to <1.18 Updates the requirements on [yarl](https://github.com/aio-libs/yarl) to permit the latest version. - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v0.0.1...v1.17.1) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a4cff..68cbdca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ optional-dependencies.fileio = [ "fsspec[abfs,dask,gcs,git,github,http,s3,smb]<2024.11", "pathlibfs<0.6", "python-magic<0.5", - "yarl<1.16", + "yarl<1.18", ] optional-dependencies.nlp = [ "aiohttp<3.11",