Skip to content

Commit 634a2c2

Browse files
Update dependencies (#655)
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>
1 parent c21ae16 commit 634a2c2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

requirements-client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiida-core==1.5.2
22
ase==3.20.1
33
numpy==1.19.4
4-
pymatgen==2020.12.18
4+
pymatgen==2020.12.31
55
jarvis-tools==2020.11.27

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ codecov==2.1.11
44
jsondiff==1.2.0
55
pylint==2.6.0
66
pre-commit==2.9.3
7-
invoke==1.4.1
7+
invoke==1.5.0

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdocs==1.1.2
22
mkdocs-awesome-pages-plugin==2.5.0
3-
mkdocs-material==6.2.2
3+
mkdocs-material==6.2.3
44
mkdocs-minify-plugin==0.3.0
55
mkdocstrings==0.13.6

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ lark-parser==0.11.1
33
pydantic==1.6.1
44
email_validator==1.1.2
55
requests==2.25.1
6-
uvicorn==0.13.2
6+
uvicorn==0.13.3
77
pymongo==3.11.2
8-
mongomock==3.21.0
8+
mongomock==3.22.0
99
django==3.1.4
1010
elasticsearch-dsl==7.3.0
1111
Jinja2==2.11.2

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
# Server minded
2020
django_deps = ["django>=2.2.9,<4.0"]
2121
elastic_deps = ["elasticsearch-dsl>=6.4,<8.0"]
22-
mongo_deps = ["pymongo~=3.11", "mongomock~=3.21"]
23-
server_deps = ["uvicorn~=0.13.2", "Jinja2~=2.11"] + mongo_deps
22+
mongo_deps = ["pymongo~=3.11", "mongomock~=3.22"]
23+
server_deps = ["uvicorn~=0.13.3", "Jinja2~=2.11"] + mongo_deps
2424

2525
# Client minded
2626
aiida_deps = ["aiida-core~=1.5.2"]
2727
ase_deps = ["ase~=3.20"]
2828
cif_deps = ["numpy~=1.19"]
2929
pdb_deps = cif_deps
30-
pymatgen_deps = ["pymatgen==2020.12.18"]
30+
pymatgen_deps = ["pymatgen==2020.12.31"]
3131
jarvis_deps = ["jarvis-tools==2020.11.27"]
3232
client_deps = cif_deps
3333

@@ -46,7 +46,7 @@
4646
"jsondiff~=1.2",
4747
] + server_deps
4848
dev_deps = (
49-
["pylint~=2.6", "pre-commit~=2.9", "invoke~=1.4"]
49+
["pylint~=2.6", "pre-commit~=2.9", "invoke~=1.5"]
5050
+ docs_deps
5151
+ testing_deps
5252
+ client_deps

0 commit comments

Comments
 (0)