Skip to content

Commit

Permalink
Bump dependencies (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans authored Feb 8, 2024
1 parent c6eadd2 commit 387a6ec
Show file tree
Hide file tree
Showing 4 changed files with 11,439 additions and 5,136 deletions.
6 changes: 3 additions & 3 deletions edgedbpkg/edgedb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ class EdgeDB(packages.BundledPythonPackage):
]

bundle_deps = [
postgresql.PostgreSQL(version="14.9"),
postgresql.PostgreSQL(version="15.4"),
postgresql.PostgreSQL(version="14.10"),
postgresql.PostgreSQL(version="15.5"),
python_bundle.Python(version="3.10.11"),
python_bundle.Python(version="3.11.3"),
python_bundle.Python(version="3.11.8"),
pyentrypoint.PyEntryPoint(version="1.0.0"),
pgvector.PgVector("v0.4.2"),
pgvector.PgVector("v0.6.0"),
Expand Down
8 changes: 4 additions & 4 deletions edgedbpkg/postgresql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ class PostgreSQL(packages.BundledCPackage):
]

bundle_deps = [
icu.ICU("73.2"),
libuuid.LibUUID("2.39.2"),
openssl.OpenSSL("3.0.11"),
zlib.Zlib("1.3"),
icu.ICU("74.1"),
libuuid.LibUUID("2.39.3"),
openssl.OpenSSL("3.1.5"),
zlib.Zlib("1.3.1"),
]

@classmethod
Expand Down
6 changes: 3 additions & 3 deletions edgedbpkg/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ class Python(packages.BundledCPackage):
]

bundle_deps = [
openssl.OpenSSL("3.0.11"),
openssl.OpenSSL("3.1.5"),
libb2.LibB2("0.98.1"),
libffi.LibFFI("3.4.4"),
libuuid.LibUUID("2.39.2"),
zlib.Zlib("1.3"),
libuuid.LibUUID("2.39.3"),
zlib.Zlib("1.3.1"),
]

@classmethod
Expand Down
Loading

0 comments on commit 387a6ec

Please sign in to comment.