Skip to content

Commit

Permalink
Update aiida-core requirement from ~=2.3.1 to ~=2.4.0 (#484)
Browse files Browse the repository at this point in the history
* Update aiida-core requirement from ~=2.3.1 to ~=2.4.0

Updates the requirements on [aiida-core](https://github.com/aiidateam/aiida-core) to permit the latest version.
- [Release notes](https://github.com/aiidateam/aiida-core/releases)
- [Changelog](https://github.com/aiidateam/aiida-core/blob/main/CHANGELOG.md)
- [Commits](aiidateam/aiida-core@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: aiida-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update AiiDA/OPTIMADE

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
  • Loading branch information
dependabot[bot] and The AiiDA Team authored Nov 6, 2023
1 parent 888174e commit d312196
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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": "v2.3.1",
"message": "v2.4.0",
"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.24.1
ARG AIIDA_VERSION=2.3.1
ARG AIIDA_VERSION=2.4.0

# 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.24.1
AIIDA_VERSION: 2.3.1
AIIDA_VERSION: 2.4.0
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 @@ -12,7 +12,7 @@ services:
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.24.1
AIIDA_VERSION: 2.3.1
AIIDA_VERSION: 2.4.0
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.24.1
AIIDA_VERSION: 2.3.1
AIIDA_VERSION: 2.4.0
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 @@ -10,7 +10,7 @@ services:
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.24.1
AIIDA_VERSION: 2.3.1
AIIDA_VERSION: 2.4.0
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
optimade[server]~=0.24.1
aiida-core~=2.3.1
aiida-core~=2.4.0
pymatgen>=2019.7.2,!=2019.9.7,<2023.6.24

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

0 comments on commit d312196

Please sign in to comment.