From a066be476899ed2776b00263369fce1fd63d6b57 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:08:50 +0100 Subject: [PATCH] Update dependencies (#321) Update dependencies: * Update pytest requirement from ~=6.2 to ~=7.0 (#318) * Update uvicorn requirement from ~=0.17.1 to ~=0.17.4 (#319) * Update optimade[mongo] requirement from ~=0.16.9 to ~=0.16.10 (#320) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: The AiiDA Team --- Dockerfile | 2 +- README.md | 2 +- profiles/docker-compose-mongo.j2 | 2 +- profiles/docker-compose-mongo.yml | 2 +- profiles/docker-compose.j2 | 2 +- profiles/docker-compose.yml | 2 +- requirements.txt | 4 ++-- requirements_testing.txt | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f95c0cf..23374a02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.8 WORKDIR /app # Install specific optimade and aiida-core versions -ARG OPTIMADE_TOOLS_VERSION=0.16.9 +ARG OPTIMADE_TOOLS_VERSION=0.16.10 ARG AIIDA_VERSION=1.6.5 # Copy repo contents diff --git a/README.md b/README.md index b9177f93..7a863e88 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | Latest release | Build status | Activity | |:--------------:|:------------:|:--------:| -| [![AiiDA](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/aiidateam/aiida-optimade/develop/.ci/aiida-version.json)](https://github.com/aiidateam/aiida-core/)
[![PyPI](https://img.shields.io/pypi/v/aiida-optimade)](https://pypi.org/project/aiida-optimade/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiida-optimade)](https://pypi.org/project/aiida-optimade/)
[![OPTIMADE](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Materials-Consortia/optimade-python-tools/v0.16.9/optimade-version.json)](https://github.com/Materials-Consortia/OPTIMADE/) | [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/aiidateam/aiida-optimade/aiida-optimade)](https://github.com/aiidateam/aiida-optimade/actions/)
[![Codecov](https://img.shields.io/codecov/c/gh/aiidateam/aiida-optimade)](https://codecov.io/gh/aiidateam/aiida-optimade) | [![GitHub last commit](https://img.shields.io/github/last-commit/aiidateam/aiida-optimade)](https://github.com/aiidateam/aiida-optimade) | +| [![AiiDA](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/aiidateam/aiida-optimade/develop/.ci/aiida-version.json)](https://github.com/aiidateam/aiida-core/)
[![PyPI](https://img.shields.io/pypi/v/aiida-optimade)](https://pypi.org/project/aiida-optimade/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiida-optimade)](https://pypi.org/project/aiida-optimade/)
[![OPTIMADE](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Materials-Consortia/optimade-python-tools/v0.16.10/optimade-version.json)](https://github.com/Materials-Consortia/OPTIMADE/) | [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/aiidateam/aiida-optimade/aiida-optimade)](https://github.com/aiidateam/aiida-optimade/actions/)
[![Codecov](https://img.shields.io/codecov/c/gh/aiidateam/aiida-optimade)](https://codecov.io/gh/aiidateam/aiida-optimade) | [![GitHub last commit](https://img.shields.io/github/last-commit/aiidateam/aiida-optimade)](https://github.com/aiidateam/aiida-optimade) | This is a RESTful API server created with [FastAPI](https://fastapi.tiangolo.com/) that exposes an AiiDA database according to the [OPTIMADE specification](https://github.com/Materials-Consortia/OPTIMADE/blob/develop/optimade.rst). diff --git a/profiles/docker-compose-mongo.j2 b/profiles/docker-compose-mongo.j2 index c1e42e86..dcdbf211 100644 --- a/profiles/docker-compose-mongo.j2 +++ b/profiles/docker-compose-mongo.j2 @@ -10,7 +10,7 @@ services: context: .. dockerfile: Dockerfile args: - OPTIMADE_TOOLS_VERSION: 0.16.9 + OPTIMADE_TOOLS_VERSION: 0.16.10 AIIDA_VERSION: 1.6.5 CONFIG_FILE: aiida_optimade/config.json environment: diff --git a/profiles/docker-compose-mongo.yml b/profiles/docker-compose-mongo.yml index 7d3458e3..516da474 100644 --- a/profiles/docker-compose-mongo.yml +++ b/profiles/docker-compose-mongo.yml @@ -10,7 +10,7 @@ services: context: .. dockerfile: Dockerfile args: - OPTIMADE_TOOLS_VERSION: 0.16.9 + OPTIMADE_TOOLS_VERSION: 0.16.10 AIIDA_VERSION: 1.6.5 CONFIG_FILE: aiida_optimade/config.json environment: diff --git a/profiles/docker-compose.j2 b/profiles/docker-compose.j2 index 73da044c..3a114cfe 100644 --- a/profiles/docker-compose.j2 +++ b/profiles/docker-compose.j2 @@ -8,7 +8,7 @@ services: context: .. dockerfile: Dockerfile args: - OPTIMADE_TOOLS_VERSION: 0.16.9 + OPTIMADE_TOOLS_VERSION: 0.16.10 AIIDA_VERSION: 1.6.5 CONFIG_FILE: aiida_optimade/config.json environment: diff --git a/profiles/docker-compose.yml b/profiles/docker-compose.yml index 90b57a0f..a44f42f9 100644 --- a/profiles/docker-compose.yml +++ b/profiles/docker-compose.yml @@ -8,7 +8,7 @@ services: context: .. dockerfile: Dockerfile args: - OPTIMADE_TOOLS_VERSION: 0.16.9 + OPTIMADE_TOOLS_VERSION: 0.16.10 AIIDA_VERSION: 1.6.5 CONFIG_FILE: aiida_optimade/config.json environment: diff --git a/requirements.txt b/requirements.txt index 5e1908ce..9799926c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiida-core~=1.6.5 -optimade[mongo]~=0.16.9 +optimade[mongo]~=0.16.10 pymatgen~=2021.3 -uvicorn~=0.17.1 +uvicorn~=0.17.4 # Dependencies used directly in this package, but included through other dependencies: # aiida-core: diff --git a/requirements_testing.txt b/requirements_testing.txt index 842e8978..c90417c9 100644 --- a/requirements_testing.txt +++ b/requirements_testing.txt @@ -1,4 +1,4 @@ codecov~=2.1 pgtest~=1.3 -pytest~=6.2 +pytest~=7.0 pytest-cov~=3.0