Skip to content

Commit

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

* Bump mongomock from 3.21.0 to 3.22.0
* Bump pymatgen from 2020.12.18 to 2020.12.31
* Bump uvicorn from 0.13.2 to 0.13.3
* Bump mkdocs-material from 6.2.2 to 6.2.3
* Bump invoke from 1.4.1 to 1.5.0

Update dependencies in `setup.py`.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Jan 4, 2021
1 parent c21ae16 commit 634a2c2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiida-core==1.5.2
ase==3.20.1
numpy==1.19.4
pymatgen==2020.12.18
pymatgen==2020.12.31
jarvis-tools==2020.11.27
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ codecov==2.1.11
jsondiff==1.2.0
pylint==2.6.0
pre-commit==2.9.3
invoke==1.4.1
invoke==1.5.0
2 changes: 1 addition & 1 deletion 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.5.0
mkdocs-material==6.2.2
mkdocs-material==6.2.3
mkdocs-minify-plugin==0.3.0
mkdocstrings==0.13.6
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ lark-parser==0.11.1
pydantic==1.6.1
email_validator==1.1.2
requests==2.25.1
uvicorn==0.13.2
uvicorn==0.13.3
pymongo==3.11.2
mongomock==3.21.0
mongomock==3.22.0
django==3.1.4
elasticsearch-dsl==7.3.0
Jinja2==2.11.2
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
# Server minded
django_deps = ["django>=2.2.9,<4.0"]
elastic_deps = ["elasticsearch-dsl>=6.4,<8.0"]
mongo_deps = ["pymongo~=3.11", "mongomock~=3.21"]
server_deps = ["uvicorn~=0.13.2", "Jinja2~=2.11"] + mongo_deps
mongo_deps = ["pymongo~=3.11", "mongomock~=3.22"]
server_deps = ["uvicorn~=0.13.3", "Jinja2~=2.11"] + mongo_deps

# Client minded
aiida_deps = ["aiida-core~=1.5.2"]
ase_deps = ["ase~=3.20"]
cif_deps = ["numpy~=1.19"]
pdb_deps = cif_deps
pymatgen_deps = ["pymatgen==2020.12.18"]
pymatgen_deps = ["pymatgen==2020.12.31"]
jarvis_deps = ["jarvis-tools==2020.11.27"]
client_deps = cif_deps

Expand All @@ -46,7 +46,7 @@
"jsondiff~=1.2",
] + server_deps
dev_deps = (
["pylint~=2.6", "pre-commit~=2.9", "invoke~=1.4"]
["pylint~=2.6", "pre-commit~=2.9", "invoke~=1.5"]
+ docs_deps
+ testing_deps
+ client_deps
Expand Down

0 comments on commit 634a2c2

Please sign in to comment.