Skip to content

Commit

Permalink
Update dependencies (#370)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
CasperWA and dependabot[bot] committed Nov 3, 2021
1 parent a013cce commit 07cf840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_base.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 07cf840

Please sign in to comment.