]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-db/pyproject.toml
release 5.0.0.post1
[nominatim.git] / packaging / nominatim-db / pyproject.toml
index f35880f5b7f89d76639f60c77081ff8523a94c94..44da872f1c644fcf58a0b9f366001271d310c9c6 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "4.5.0.post8"
+version = "5.0.0.post1"
 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"
@@ -16,12 +16,12 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg[binary]==3.2.3",
+    "psycopg[binary]==3.2.4",
     "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",
 ]