From aef785cdcaca24e3f741cc208474b36cb0723d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:09:33 +0000 Subject: [PATCH] Update loglan-core requirement from ~=0.2 to ~=0.3 Updates the requirements on [loglan-core](https://github.com/torrua/loglan_core) to permit the latest version. - [Release notes](https://github.com/torrua/loglan_core/releases) - [Commits](https://github.com/torrua/loglan_core/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: loglan-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 2843a63..ce9a3d8 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ Flask[async]~=3.0 psycopg2-binary~=2.9 SQLAlchemy~=2.0 -Loglan-Core~=0.2 +Loglan-Core~=0.3 aiohttp~=3.10 waitress~=3.0 \ No newline at end of file