Skip to content

Commit

Permalink
(#19410) wt: update dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
  • Loading branch information
toge and czoido committed Sep 4, 2023
1 parent d267231 commit 7ad5865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/wt/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ def requirements(self):
if self.options.with_ssl:
self.requires("openssl/[>=1.1 <4]")
if self.options.get_safe("with_sqlite"):
self.requires("sqlite3/3.42.0")
self.requires("sqlite3/3.43.0")
if self.options.get_safe("with_mysql"):
self.requires("libmysqlclient/8.0.34", transitive_headers=True, transitive_libs=True)
self.requires("libmysqlclient/8.1.0", transitive_headers=True, transitive_libs=True)
if self.options.get_safe("with_postgres"):
self.requires("libpq/15.4", transitive_headers=True, transitive_libs=True)
if self.options.get_safe("with_mssql") and self.settings.os != "Windows":
Expand Down

0 comments on commit 7ad5865

Please sign in to comment.