Skip to content

Commit

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

* Update uvicorn requirement from ~=0.14.0 to ~=0.15.0
* Update aiida-core requirement from ~=1.6.4 to ~=1.6.5

Update aiida-core with invoke task.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] committed Aug 16, 2021
1 parent 730ecfe commit 59c5167
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ci/aiida-version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "AiiDA",
"message": "v1.6.4",
"message": "v1.6.5",
"color": "brightgreen"
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

# Install specific optimade and aiida-core versions
ARG OPTIMADE_TOOLS_VERSION=0.16.2
ARG AIIDA_VERSION=1.6.4
ARG AIIDA_VERSION=1.6.5

# Copy repo contents
COPY setup.py setup.json README.md requirements*.txt ./
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose-mongo.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.16.2
AIIDA_VERSION: 1.6.4
AIIDA_VERSION: 1.6.5
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.16.2
AIIDA_VERSION: 1.6.4
AIIDA_VERSION: 1.6.5
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.16.2
AIIDA_VERSION: 1.6.4
AIIDA_VERSION: 1.6.5
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.16.2
AIIDA_VERSION: 1.6.4
AIIDA_VERSION: 1.6.5
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiida-core~=1.6.4
aiida-core~=1.6.5
optimade[mongo]~=0.16.2
pymatgen~=2021.3
uvicorn~=0.14.0
uvicorn~=0.15.0

# Dependencies used directly in this package, but included through other dependencies:
# aiida-core:
Expand Down

0 comments on commit 59c5167

Please sign in to comment.