]> git.openstreetmap.org Git - nominatim.git/commitdiff
release 4.5.0.post9 master
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 11 Jan 2025 09:31:34 +0000 (10:31 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 11 Jan 2025 09:31:34 +0000 (10:31 +0100)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index b86b346b0e80cb0bb67824b3eca2945f9dc6ae9a..e3974143165415cb66b2950e6faaa27a0f5ff74a 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "4.5.0.post8"
+version = "4.5.0.post9"
 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Search library."
 readme = "README.md"
 requires-python = ">=3.7"
@@ -18,11 +18,11 @@ classifiers = [
 dependencies = [
     "python-dotenv==1.0.1",
     "pyYAML==6.0.2",
-    "SQLAlchemy==2.0.36",
+    "SQLAlchemy==2.0.37",
     "psycopg[binary]==3.2.3",
     "PyICU==2.14",
     "falcon==4.0.2",
-    "uvicorn==0.32.1",
+    "uvicorn==0.34.0",
     "gunicorn==23.0.0"
 ]
 
index f35880f5b7f89d76639f60c77081ff8523a94c94..79dcfb6f511e71a89d24125a15653aa5346b9a23 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "4.5.0.post8"
+version = "4.5.0.post9"
 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend."
 readme = "README.md"
 requires-python = ">=3.7"
@@ -18,10 +18,10 @@ classifiers = [
 dependencies = [
     "psycopg[binary]==3.2.3",
     "python-dotenv==1.0.1",
-    "jinja2==3.1.4",
+    "jinja2==3.1.5",
     "pyYAML==6.0.2",
     "datrie==0.8.2",
-    "psutil==6.1.0",
+    "psutil==6.1.1",
     "PyICU==2.14",
     "osmium==4.0.2",
 ]