From dce511de23697900adb0b9b02e15f1ed639c8904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:57:13 +0000 Subject: [PATCH] Update optimade[server] requirement from ~=0.19 to ~=0.22 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.19.0...v0.22.1) --- 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 a1afda8..8f9ba9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -optimade[server]~=0.19 +optimade[server]~=0.22 uvicorn[standard] matador-db>=0.9 gunicorn>=20.0.4