From 07cf8407b4c15e342ca6dccf9fe56fc07f139326 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Wed, 3 Nov 2021 11:25:17 +0100 Subject: [PATCH] Update dependencies (#370) Update dependencies: * Update cachecontrol[filecache] requirement from ~=0.12.6 to ~=0.12.8 (#368) Update `pre-commit` hooks. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- requirements.txt | 2 +- requirements/requirements_base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5bc8c84..d99dd51e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: exclude: README.md - repo: https://github.com/ambv/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black name: Blacken diff --git a/requirements.txt b/requirements.txt index 060ef550..78c689f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ appdirs~=1.4.4 ase~=3.22 -cachecontrol[filecache]~=0.12.6 +cachecontrol[filecache]~=0.12.8 ipywidgets~=7.6 ipywidgets-extended>=1.1.1,<2 nglview~=3.0 diff --git a/requirements/requirements_base.txt b/requirements/requirements_base.txt index ffed4dc5..3c3cd700 100644 --- a/requirements/requirements_base.txt +++ b/requirements/requirements_base.txt @@ -1,5 +1,5 @@ appdirs~=1.4.4 -cachecontrol[filecache]~=0.12.6 +cachecontrol[filecache]~=0.12.8 ipywidgets~=7.6 ipywidgets-extended>=1.1.1,<2 nglview~=3.0