Skip to content

Commit

Permalink
Update dependencies (#375)
Browse files Browse the repository at this point in the history
Update dependencies:

* Update optimade requirement from ~=0.16.6 to ~=0.16.7 (#374)

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 24, 2021
1 parent 43fe989 commit c429614
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.11b0
rev: 21.11b1
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
Expand Up @@ -4,7 +4,7 @@ cachecontrol[filecache]~=0.12.10
ipywidgets~=7.6
ipywidgets-extended>=1.1.1,<2
nglview~=3.0
optimade~=0.16.6
optimade~=0.16.7
pandas~=1.3
requests~=2.26
setuptools>=49.4
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cachecontrol[filecache]~=0.12.10
ipywidgets~=7.6
ipywidgets-extended>=1.1.1,<2
nglview~=3.0
optimade~=0.16.6
optimade~=0.16.7
pandas~=1.3
requests~=2.26
widget_periodictable~=3.0

0 comments on commit c429614

Please sign in to comment.