From 53a6059a2180257a54082842a7ce8c686b0d5d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 05:00:45 +0000 Subject: [PATCH] Update optimade[server] requirement from ~=0.14 to ~=0.20 Updates the requirements on [optimade[server]](https://github.com/Materials-Consortia/optimade-python-tools) to permit the latest version. - [Release notes](https://github.com/Materials-Consortia/optimade-python-tools/releases) - [Changelog](https://github.com/Materials-Consortia/optimade-python-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/Materials-Consortia/optimade-python-tools/compare/v0.14.0...v0.20.0) --- updated-dependencies: - dependency-name: optimade[server] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2fc5b0..a50ee7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -optimade[server]~=0.14 +optimade[server]~=0.20 uvicorn[standard] matador-db>=0.9 gunicorn>=20.0.4