Skip to content

Commit f73b930

Browse files
authored
Merge pull request #18 from Geode-solutions/fix/deps
fix(deps): update deps
2 parents 77fd964 + 1b05cff commit f73b930

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ marshmallow>=3
1414
# via dataclasses-json
1515
mypy-extensions>=1
1616
# via typing-inspect
17-
packaging==25.0
17+
packaging==26.0
1818
# via marshmallow
1919
sqlalchemy>=2
2020
# via -r requirements.in

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from opengeodeweb_microservice.database.connection import init_database, get_session
55
from opengeodeweb_microservice.database.data import Data
66

7-
87
DB_PATH = os.path.join(os.path.dirname(__file__), "test_project.db")
98

109

0 commit comments

Comments
 (0)