buildbot: sqlalchemy: 1.4.40 -> 1.4.49

This commit is contained in:
zowoq
2023-09-17 10:34:59 +10:00
parent e21597632e
commit 93081fb5f2
@@ -7,11 +7,11 @@ let
python = python3.override {
packageOverrides = self: super: {
sqlalchemy = super.sqlalchemy.overridePythonAttrs (oldAttrs: rec {
version = "1.4.40";
version = "1.4.49";
src = fetchPypi {
pname = "SQLAlchemy";
inherit version;
hash = "sha256-RKZgUGCAzJdeHfpXdv5fYxXdxiane1C/Du4YsDieomU=";
hash = "sha256-Bv8ly64ww5bEt3N0ZPKn/Deme32kCZk7GCsCTOyArtk=";
};
disabledTestPaths = [
"test/aaa_profiling"