Skip to content

Commit

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

* Bump mkdocs-material from 5.5.11 to 5.5.12
* Bump jarvis-tools from 2020.8.12 to 2020.9.3
* Bump mkdocstrings from 0.13.0 to 0.13.1
* Bump django from 3.1 to 3.1.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] committed Sep 7, 2020
1 parent 0eb8b95 commit 21e3ab7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ aiida-core==1.3.1
ase==3.20.1
numpy==1.19.1
pymatgen==2020.8.13
jarvis-tools==2020.8.12
jarvis-tools==2020.9.3
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs==1.1.2
mkdocs-awesome-pages-plugin==2.2.1
mkdocs-material==5.5.11
mkdocs-material==5.5.12
mkdocs-minify-plugin==0.3.0
mkdocstrings==0.13.0
mkdocstrings==0.13.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requests==2.24.0
uvicorn==0.11.8
pymongo==3.11.0
mongomock==3.20.0
django==3.1
django==3.1.1
elasticsearch-dsl==7.2.1
Jinja2==2.11.2
typing-extensions==3.7.4.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
cif_deps = ["numpy~=1.19"]
pdb_deps = cif_deps
pymatgen_deps = ["pymatgen==2020.8.13"]
jarvis_deps = ["jarvis-tools==2020.8.12"]
jarvis_deps = ["jarvis-tools==2020.9.3"]
client_deps = cif_deps

# General
Expand All @@ -37,7 +37,7 @@
"mkdocs-awesome-pages-plugin~=2.2",
"mkdocs-material~=5.5",
"mkdocs-minify-plugin~=0.3.0",
"mkdocstrings~=0.13.0",
"mkdocstrings~=0.13.1",
]
testing_deps = [
"pytest~=6.0",
Expand Down

0 comments on commit 21e3ab7

Please sign in to comment.