]> git.openstreetmap.org Git - nominatim.git/commitdiff
release 5.3.2.post11 master
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 5 Sep 2026 15:45:41 +0000 (17:45 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 5 Sep 2026 15:45:41 +0000 (17:45 +0200)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index 0749e18dec6e0cb0916903a5e737fc7fb84681a5..9e2623826785c7540e4cd63a04c86eaef8121455 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "5.3.2.post9"
+version = "5.3.2.post11"
 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Search library."
 readme = "README.md"
 requires-python = ">=3.9"
@@ -16,10 +16,10 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "Pygments==2.20.0",
-    "SQLAlchemy[asyncio]==2.0.51",
+    "Pygments==2.21.0",
+    "SQLAlchemy[asyncio]==2.0.52",
     "falcon==4.3.1",
-    "gunicorn==26.0.0"
+    "gunicorn==25.1.0"
 ]
 
 [project.urls]
index b621d21fc6342004eb236fe4f3bb965d2c20207e..0acb51d4c9eedaf45c89301a247422a75337966b 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "5.3.2.post9"
+version = "5.3.2.post11"
 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend."
 readme = "README.md"
 requires-python = ">=3.9"
@@ -16,8 +16,8 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg[binary]==3.3.4",
-    "python-dotenv==1.2.2",
+    "psycopg[binary]==3.3.5",
+    "python-dotenv==1.2.3",
     "jinja2==3.1.6",
     "pyYAML==6.0.3",
     "psutil==7.2.2",