From ee24a329ca86ef35e069b22f2f59e5f017159e90 Mon Sep 17 00:00:00 2001 From: MaxNumerique Date: Mon, 26 Jan 2026 17:08:53 +0100 Subject: [PATCH 1/2] fix(deps): update deps From 1b05cffc8845ec7e74002c0c1145383d9bd6a961 Mon Sep 17 00:00:00 2001 From: MaxNumerique <144453705+MaxNumerique@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:09:41 +0000 Subject: [PATCH 2/2] Apply prepare changes --- requirements.txt | 2 +- tests/conftest.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ca2fd1a..092aa92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ marshmallow>=3 # via dataclasses-json mypy-extensions>=1 # via typing-inspect -packaging==25.0 +packaging==26.0 # via marshmallow sqlalchemy>=2 # via -r requirements.in diff --git a/tests/conftest.py b/tests/conftest.py index 3fa364f..4512ae4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -4,7 +4,6 @@ from opengeodeweb_microservice.database.connection import init_database, get_session from opengeodeweb_microservice.database.data import Data - DB_PATH = os.path.join(os.path.dirname(__file__), "test_project.db")