From ac4e62bf26f2e129693eaae2151fc389713053e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:22:00 +0000 Subject: [PATCH] Update cachecontrol[filecache] requirement in /.aiidalab Updates the requirements on [cachecontrol[filecache]](https://github.com/psf/cachecontrol) to permit the latest version. - [Release notes](https://github.com/psf/cachecontrol/releases) - [Changelog](https://github.com/psf/cachecontrol/blob/master/docs/release_notes.rst) - [Commits](https://github.com/psf/cachecontrol/compare/v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: cachecontrol[filecache] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .aiidalab/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aiidalab/requirements.txt b/.aiidalab/requirements.txt index ec98a6e..c54fdde 100644 --- a/.aiidalab/requirements.txt +++ b/.aiidalab/requirements.txt @@ -2,7 +2,7 @@ # urllib3 appdirs~=1.4.4 -cachecontrol[filecache]~=0.13.1 +cachecontrol[filecache]~=0.14.0 ipywidgets~=7.7 ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1 nglview>=3.0